Authentic Logo/Header to Slider padding
URL to the page in question:
http://
-
I would like to close up the space between the logo area and the slider if possible.
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
Thanks for sending over the link. Here’s what you’ll want to do:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
.home header#primary {
margin-bottom: 0;
}
- 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
- The topic ‘Authentic Logo/Header to Slider padding’ is closed to new replies.