[Resolved] Position, size, and appearance of image in header

Home Forums Support [Resolved] Position, size, and appearance of image in header

Home Forums Support Position, size, and appearance of image in header

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #533538
    Alan Stancliff

    My website is at http://tentcitytacoma.net. I switched from another, nonresponsive theme to GP Pro a few days ago.

    I’d like the graphic at the head to have the same width, side-to-side, as the blue menu bar on the home page (static). However, I’d like it not to appear in the blog roll or other pages, only on the home page. Can you help me figure out how to do this please?

    Regards,
    Alan

    #533937
    Leo
    Staff
    Customer Support

    Hi there,

    You can remove the left and right header padding here: https://docs.generatepress.com/article/header-padding/

    Then use this CSS to remove the image on other pages except home:

    body:not(.home) .site-logo {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #534453
    Alan Stancliff

    Thanks Leo,

    I tried those suggestions, and they worked beautifully.

    #534531
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.