How do I center the nav bar and header. The site is cruisemarketudpate.com
Thanks.
John
Posted 05 December 2012 - 06:45 PM
How do I center the nav bar and header. The site is cruisemarketudpate.com
Thanks.
John
Posted 05 December 2012 - 07:30 PM
You can use Custom CSS to do this and adjust the left margin. For further reference, please see the following links:
Posted 05 December 2012 - 08:05 PM
Sorry, but that doesn't help. I've tried several options. What is the css for the nav bar?
John
Posted 05 December 2012 - 08:27 PM
I tried viewing your site but it's not loading (probably a misspelling in the URL?). Can you please repost it?
Posted 05 December 2012 - 08:52 PM
cruisemarketupdate.com
Posted 05 December 2012 - 08:59 PM
Hi
For the NavBar you can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
#brandnav .brandnav-nav {
float: none;
margin-left: auto;
margin-right: auto;}
It is advisable to learn how to do this on your own too.
Check out
For the header if you need more CSS help, make sure you've downloaded Firebug for Firefox
and check out W3 Schools for more info.
Posted 06 December 2012 - 08:48 AM
Posted 10 December 2012 - 03:35 PM
the code works but now it is not responsive anymore and overlaps any elements below the nav bar when viewed on mobile devices. Is there a fix for that?
See here:
Thanks
Posted 13 December 2012 - 03:26 PM
You pretty much have to choose one or the other. The code used to center it will remove the responsiveness.
However, I do not even see the custom CSS added to your site's code. Where did you add it? (
)Posted 14 December 2012 - 04:57 AM
Thanks. I used the Sexy Snips plugin on this site and the above code on another site. Was trying to find a solution for either one and then use it on both.
Posted 14 December 2012 - 06:00 AM
You could try using the mobile menu plugin as a solution for the navigation. Have you spoken to the author of sexy snips to see if there's an update for the product which will prevent this?
Posted 15 December 2012 - 10:07 AM
I can't get a hold of Nick. The contact info on the plugin page is wrong and there is no way to contact him on his own site.
However, I found a solution (change % to fit your needs):
Posted 15 December 2012 - 12:10 PM
If you wish to contact Nick, please post a question on his product page in the comments area. He's usually pretty good at replying there. His email changed and should be contacted via his product pages in the comments only.