Hi,
Im using the Sexy Snips to centralize my logo and its fine
I would like to use the 'Center the Nagivigation' option too - the code I receive to this is:
@import url(http://www.bassoandb.../center-nav.css);
but when I use the command above on inside my custom css all my menus get centralised and I just would like my main one and the footer to be, and keep my fixed menu ( shopping cart functions) on the very top of the page to still fixed and be aligned to the right as it is at the moment, so I guess I would need to add another code to avoid the "center the navigation' command to completely avoid this specific top menu... is it possible?
at the moment my main menu is centralised using:
ul#menu-bb {margin-left: 145px;}
but this is very problematic, and also non-responsive ... when I browse the website on my ipad it works ok on horizontal position, but its all messed up when I try to navigate on vertical position.
any tips?
many thanks in advance
Sexy Snips - Center the Navigation
Started by
esquire
, Jul 23 2012 08:58 PM
2 replies to this topic
#1
Posted 23 July 2012 - 08:58 PM
#2
Posted 23 July 2012 - 09:07 PM
resolved the issue
if anybody needs the same information I managed to fix that using the following on the custom css
#nav_row, .center {float:left;width:100%!important;position:relative;}
#nav_row ul, .center ul {clear:left;float:left;list-style:none;margin:0;padding:0;position:relative;left:50%;text-align:center;width:auto!important;}
#nav_row ul li, .center ul li {display:block;float:left;list-style:none;margin:0;padding:0;position:relative;right:50%;}
#primary-nav #nav_row {position: relative}
#nav_row ul ul{clear:none !important;float:none !important;left:-55px !important;width:250px !important;position:absolute !important;top:32px;}
#nav_row ul li li{right:0px !important;text-align:center;}
#3
Posted 23 July 2012 - 11:56 PM
Thank you for letting us know









