I can't figure out how to align main navigation bar below the Bigfeature with border lines like in the main demo. For some reason it aling to the right of the header with no spaces.
NavBar alignment
(13 posts) (4 voices)-
Posted 1 year ago #
-
the simple and the boxes styles align to the right. The navbar ones align to the left. you can float it to the left by adding this css to the bottom of style.css:
ul.navigation { float:left !important; clear: both; }Posted 1 year ago # -
http://img96.imageshack.us/img96/9909/swisswatches12767256456.png
I have uploaded the image of what my page looks right now and I wanted the page to look like this navigation below Bigfeature headerhttp://img31.imageshack.us/img31/3987/bigfeaturejustanotherwo.png
Posted 1 year ago # -
I understand, so did you add the css? to get it exactly like the second picture (and like the demo website) you have to change the navigation style navbar though.
Posted 1 year ago # -
This is what is what i have in the root css for Bigfeature is this the file. Could you please correct or point me in to the lines I have to adjust
I think I have a problem with settings or header
Posted 1 year ago # -
Out of the box there is no problem with positioning of the navigation. Start over again if you have messed up. The css I gave above left aligns 3 of the navigation styles, but you give no feedback on what navigation style you have or if you tested this css.
If you want further help link to your website, then I can see in seconds what's going on.
Posted 1 year ago # -
Tried to install on the different free hosting still same thing.
Posted 1 year ago # -
how do you create the navigation? it's missing all it's classes. and your navigation got an id of #navigation, but it should be a class.
it should be like this:
<ul class="navigation navbar sf-menu">but it is like this:
<ul id="navigation" class="sf-menu">have you manually created the navigation? You create navigations in the theme settings, in the tab called navigation. add pages, categories or links.
Posted 1 year ago # -
Creating a page then add this page to the menu In the custom field I have
addpage_value | onPosted 1 year ago # -
Hi vfxdud,
I'm sorry I've had the same problem. When I go to the live site and 'view source code' I can see that:
it should be like this:
<ul class="navigation navbar sf-menu">but it is like this:
<ul id="navigation" class="sf-menu">But I can't work out how to change this. I can't access that bit of the code from the WP admin interface and I can't find the page in the directories.
Can you give me a pointer as to where I need to amend the code?
Many thanks.
Posted 1 year ago # -
what problem is that? what version of the theme are you using? the id="navigation" suggest you are using an old version...
Posted 1 year ago #
Reply
You must log in to post.