Way to dynamically change header layout?
-
With the great assistance of previous posts and especially the responses from “rdell”, I was able to adjust the positioning, width, etc… of my Customizr Theme header. However, the problem comes when viewing the page on smaller screens, or adding additional pages. The menu becomes off-center, double lined, etc… I have removed most of the pages from the header, just to keep it more manageable… but now it looks minimalist.
Is there any way to center the header, and then center the drop down menus within it? Right now it looks like it is completely uneven with the rest of the page alignment.
Site: https://www.compfident.com
Below is the css code I have copy, pasted, hack, slashed into the CSS box on the Customize UI… but I have adjusted so many numbers in it from it’s original form, that I think I screwed something up.
}
.navbar-wrapper .social-block {
display: none;
}
.span7.inside.site-description {
float:right;
display:none;
margin-right:0%
}
.navbar-wrapper .navbar-inner {
display:block;
width:100%;
margin-left:20%;
max-width:80%
}
/*make the menu sub-menu items drop down on mouse hover */
ul.nav li.dropdown:hover > ul.dropdown-menu{
display: block;
margin: 0;}
Thanks in advance for your time!
- The topic ‘Way to dynamically change header layout?’ is closed to new replies.