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.
I am finally trying to migrate to Pangolin. Experimenting with a new template to get a similar look. I am trying to figure out what drives the spacing between navigation menu items in the horizontal desktop view.
Here is the "about" page on my current site in Okapi:
http://www.davechewphotography.com/about/
Here is the new version in Pangolin:
http://www.davechewphotography.com/aboutpang
Is there a way to spread out the menu items like what is on the current Okapi version?
I've been poking around for a few hours and cannot figure it out.
Dave
Last edited by dchew (2018-05-02 07:20:17)
Offline
this will need custom css: http://backlight.theturninggate.net/doc … tylesheets
try this and adjust padding as needed:
nav.nav_h li {
padding-left: 12px;
padding-right: 12px;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline