Header Bar with Page Links

Support Area Forums Agency Header Bar with Page Links

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.childrensjourney.com
  • Author
    Posts
  • #28324
    Judy Gaudin
    Participant

    I think this is the last question for the website…lol

    1) Is it possible to nudge it closer to top of slide show?

    Your prompt and on point assistance is top notch!

    Many thanks
    Judy

    #28325
    Bill Robbins
    Moderator

    Hello Judy,

    Here’s how I would do that:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (min-width: 768px) {
      
      	#navigation {
      		top: 40px;
      	}
      
      }
      
    3. Update your settings.

    The default distance from the top is 50px. You can change the 40px in the snippet above to find the right fit for you.

    Enjoy your afternoon,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header Bar with Page Links’ is closed to new replies.