kay1
Forum Replies Created
-
The default setting is
border-top: 12px solid #e9eaee;
in green.css.I put the code in style.css, it does not make any change on homepage.
.home footer#footer{border-top: 4px solid #aaa;}However I can change other pages using
.page footer#footer{border-top: 4px solid #aaa;}Thanks. I tried,it didn’t work. It still shows default setting.
Forum: Themes and Templates
In reply to: [Customizr] how to change menu width?Thank you ElectricFeet for taking the time to help me. I know a little about coding and new to WordPress and Customizr. I installed firebug and will find out how to use it. I put the code in child CSS, it did not work. However I could change menu width with
navbar-inner { position: relative; width: 70%; left: 15%; }But it only looks good in full screen size browser window. I guess I need to look more into it.
Forum: Themes and Templates
In reply to: [Customizr] how to change menu width?I found an example from Customizr showcase: http://www.joe-the-baker.com/.
The menu has black background. I want the black bar is always as wide as the slider under it even when I resize browser.Forum: Themes and Templates
In reply to: [Customizr] how to change menu width?Thanks for your reply. I am working on my site on my computer. After I centered menu and changed the menu background color to grey. The grey bar crosses the whole browser from left to right. The content between front page slider and footer looks like all fitting in a frame. I want the grey bar is as wide as the frame.