Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Any guidance here appreciated! My site is super simple. I do not have any block content. In short I would like the collapsed navigation icon center of my page, not left and center. So anyway to eliminate the block content space from the navigation menu when collapsed? Or to center it below the main menu navigation not to the right of it?
Thanks!
Offline
It'll take some custom css. If you haven't already implemented phplugins and custom css, see this:
http://ce3wiki.theturninggate.net/doku. … custom_css
After poking around a bit with Firebug, it looks like this should work:
ul.etabs li {
float: none;
margin: 0 auto;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod,
Thanks for the reply! Custom css is something I've never attempted, but I'll give it a try!
Offline