Tagged: background, footer, menu, white space
- This topic has 7 replies, 2 voices, and was last updated 11 years, 4 months ago by maklbacon.
-
AuthorPosts
-
July 1, 2013 at 10:06 am #11254maklbaconParticipant
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!
MikeJuly 1, 2013 at 11:24 am #11260SakinKeymaster@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;}
July 1, 2013 at 11:31 am #11261maklbaconParticipantThanks, I had told Tweaker to reset the colors but I guess that was insufficient. Deactivating it worked.
Thanks again!
July 2, 2013 at 1:48 am #11282maklbaconParticipantAnother 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!
July 2, 2013 at 7:58 pm #11299SakinKeymaster@maklbacon: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul { top: 25px; }
July 2, 2013 at 8:01 pm #11301maklbaconParticipantHow do I modify the sub-menus height and font size?
Thank you!
July 2, 2013 at 8:07 pm #11304SakinKeymaster@maklbacon: You can use the following CSS.
#header-menu ul.menu ul a { font-size: 12px; font-weight: 400; line-height: 23px; }
July 2, 2013 at 9:32 pm #11323maklbaconParticipantAwesome! Thanks!
-
AuthorPosts
- The topic ‘Extra White Space above Footer’ is closed to new replies.