Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #233902
    bjbarker
    Participant

    Hi,
    I would like to reduce the height of the homepage header on other pages even if it means disabling the ‘site description’ on them.
    I have tried a few css adjustments without success.
    Any ideas please?

    http://4bwebdesign.ie

    Thank you,
    bjbarker.

    #233956
    Skandha
    Participant

    @bjbarker: Hello Bjbarker,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) #masthead {
        height: 275px;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #233961
    bjbarker
    Participant

    Thank you Skandha, I think I can work with this, I just need to get the ‘Custom Logo’ and the ‘Site Title’ raised a bit
    on the other pages.

    http://4bwebdesign.ie/about/

    Regards,

    Brian.

    #234106
    Skandha
    Participant

    @bjbarker: Hello Bjbarker,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) #masthead {
        padding-top: 50px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #234176
    bjbarker
    Participant

    Excellent Skandha, thank you.
    Brian

    #234227
    Skandha
    Participant

    @bjbarker: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header Sizing on secondary pages’ is closed to new replies.