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-07-01 02:33:35

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

Nav menu customization question

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

#2 2014-07-01 03:53:14

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

Re: Nav menu customization question

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

#3 2014-07-01 07:53:12

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

Re: Nav menu customization question

Thanks, I'll give that a try!

Offline

#4 2014-07-02 04:09:10

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

Re: Nav menu customization question

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

Board footer

Powered by FluxBB