Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11254
    maklbacon
    Participant

    Hi,

    Couple questions on http://www.sthelenspregnancycenter.org

    1) On every page except the home page there is a white bar above the footer. How can I get ride fo that?

    2) On the home page I can not get the setting to change the Headline background to work? I changed homepage Headline Background Color under Color Options, but it is still white.

    Thanks for your help!
    Mike

    #11260
    Sakin
    Keymaster

    @maklbacon: Your site look nice. Thanks.
    1) On every page except the home page there is a white bar above the footer. How can I get ride fo that?
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .site-content article { display: inline-block; }

    2) On the home page I can not get the setting to change the Headline background to work? I changed homepage Headline Background Color under Color Options, but it is still white.
    — For homepage heading. I see that you have already change the color from plugin “Theme Tweaker” so that is overwriting your Theme Options color changes. I found the following from Theme Tweaker in your site.
    #homepage-message {background-color: #FAFAFA;border-bottom: 1px solid #E6E6E6;border-top: 1px solid #E6E6E6;color: #404040;}

    #11261
    maklbacon
    Participant

    Thanks, I had told Tweaker to reset the colors but I guess that was insufficient. Deactivating it worked.

    Thanks again!

    #11282
    maklbacon
    Participant

    Another question.

    I reduced the height of the main menu, and increased its font size. Now sub-menus are floating below (detached).

    I would like to raise the sub-menus to the main menu and modify the sub-menus height and font size as well.

    Thanks!

    #11299
    Sakin
    Keymaster

    @maklbacon: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul { top: 25px; }

    #11301
    maklbacon
    Participant

    How do I modify the sub-menus height and font size?

    Thank you!

    #11304
    Sakin
    Keymaster

    @maklbacon: You can use the following CSS.

    #header-menu ul.menu ul a {
        font-size: 12px;
        font-weight: 400;
        line-height: 23px;
    }
    #11323
    maklbacon
    Participant

    Awesome! Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Extra White Space above Footer’ is closed to new replies.