Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45193
    rgamlam
    Member

    Hi! I was wondering if it’s possible to reduce the height of the homepage headline? Id like to make it slightly thinner using html if that’s possible. Any help would be greatly appreciated! If I have the code I can adjust the height on my own based on what looks good. Thanks so much in advance!

    If you’re confused what I’m talking about, it’s the blue banner that says “Check out the latest posts from Adventures Around Asia” http://www.adventuresaroundasia.com

    Thanks!

    #45207
    Sakin
    Keymaster

    @rgamlam: You can change the padding-bottom and padding-top as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    #45211
    rgamlam
    Member

    Thank you so much! It looks fantastic now

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce hight homepage headline’ is closed to new replies.