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.
Pages: 1
I would like to make certain changes to the collapsed menu without changing the non collapsed menu. I have plugins setup and able to customize the css. Currently I am making changes under pnav a, pnav a:hover, etc. I am using natural for the collapse. I have tried several options as far as directing the css, but no success. Can anyone give me what I need to call up changes just on the collapsed menu?
Thanks in advance!
Offline
you'll probably need to direct your css for the collapsed menu using a media query
something like this:
@media screen and (max-width: 1024px) {
your css....
}
If you look in the core.css file you'll see several media queries with css that affect the navigation at several break points like 1024px 600px etc.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks, I'll give that a try!
Offline
Rod,
Thanks so much! This did what I wanted it to do! I'm still learning but your guidance has been a great help. Just waiting for CS4 before I start adding galleries.
Offline
Pages: 1