Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2014-05-29 00:43:41

iplanit
Member
Registered: 2014-05-05
Posts: 38

Navigation menu when collapsed icon location question

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

#2 2014-05-29 01:09:31

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Navigation menu when collapsed icon location question

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

#3 2014-05-29 07:42:53

iplanit
Member
Registered: 2014-05-05
Posts: 38

Re: Navigation menu when collapsed icon location question

Rod,
Thanks for the reply! Custom css is something I've never attempted, but I'll give it a try!

Offline

Board footer

Powered by FluxBB