Authentic Logo/Header to Slider padding

Support Area Forums Authentic Authentic Logo/Header to Slider padding

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #19996
    Avatar photoHaus
    Participant

    I would like to close up the space between the logo area and the slider if possible.

    #19998
    Bill Robbins
    Moderator

    We should be able to do that. Would it be possible to send over the URL to your site so I can send back appropriate instructions for your specific logo?

    Thanks,
    Bill

    #19999
    Bill Robbins
    Moderator

    Thanks for sending over the link. Here’s what you’ll want to do:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .home header#primary {
      	margin-bottom: 0;
      }
      
    3. Update your settings.

    That will pull up the slider on the home page about 20 pixels for you. If you'd like to make that change on all the pages, then use this snippet instead of the one above:

    
    header#primary {
    	margin-bottom: 0;
    }
    

    If you have any questions or trouble, let me know.

    Thanks,
    Bill

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Authentic Logo/Header to Slider padding’ is closed to new replies.