• Resolved cott6538

    (@cott6538)


    We were able to replace the page title with our logo but would like to align it more to the left instead of in the center. Would this be done in the child header.php file or style.css? If anyone has the code it would be much appreciated.

    The page is https://www.moremediainc.com. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The space is caused by the logo part in the image itself doesn’t lay against the left edge, and also the left margin in CSS

    Use this in child theme stylesheet.

    #branding hgroup { float: none; margin: 0; }

    And edit the image to have the logo part moved to the left edge. This kind of image should be saved as 8 bit png instead of jpg, so it’s crisp and smaller in file size.

    Another issue is that the search bar should get the display none, or moved away to somewhere when in small screen. Right now it gets in the way of logo in small screen.

    Thread Starter cott6538

    (@cott6538)

    That did it, thanks for your help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjusting location of the title image’ is closed to new replies.