Hi Again - it seems like I'm on here desperate for help every couple of days! I'm using V 1.3.9h and would once again be very grateful for any help or tips.
How do I align my header so that it remains center with the drop down menu (Category Tab Simple Dropdown Menu) directly underneath each category? Right now the sub categories are aligning to the far left? (www.amabelle.elementfx.com/shop)
I have this coding:
#navCatTabsDropdown li
{
position:relative;
}
#navCatTabsDropdown * li ul
{
visibility:hidden;
position:absolute;
z-index: 100;
margin-top: 1px;
margin-bottom: 15px;
margin-left: 2px;
margin-right: 0px;
width:210px
}
#navCatTabsDropdown * li:hover ul
{
visibility:visible;
background-color:#6B503E;
border: 1px outset;
white-space:nowrap;
}
</style>
Thank you for your time!


Reply With Quote
