Hi Andrew
this is the effect www.derekbryant.co.uk/zen the categories were centre justified
Derek
This is the section I would like centred if possible not left justified
thanks
Derek
Do you want the dropdown pane centered below the category name it belongs to?
The styling for this mod is embedded in the PHP file, so find the file involved and add
left: -40%;
to this:Adjust to taste when you have more variety of boxes to test it on.Code:#navCatTabsDropdown * li ul { visibility:hidden; position:absolute; left: -40%; padding: 0.5em; z-index: 100; }
thanks gjh42
tried that but doesn't seem to make any difference
Derek
I have just notice that now when viewed in safari all the page content of pushed off the page to the right. It didn't do this before and looks fab in EI and Firefox. I have tried altering the css position but it just makes the menu overlap.
The menu itself looks fine but any ideas how I put the page content back where it is supposed to be?
... and apparently when I align the #navCatTabsDropdown li right all the contents go back to normal but then the categories are listed backwards.