- This topic has 5 replies, 2 voices, and was last updated 9 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Reduce Padding/Section Height’ is closed to new replies.
Home › Forums › All Other Themes › Reduce Padding/Section Height
How can I reduce the size of the sections on the Homepage (the #’ed sections in the custom Home page as well as the main nav bar)? I would like to make them narrower so that there is not so much extra space between content. Thanks!
Kindly show us your website URL and then we can guide you for the same.
Regards,
Shri
Thanks. The theme is SKT White Pro. The url is: http://theclaremontdiner.com/.
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
section { padding:40px 0;}
.header .header-inner .logo { margin-top:15px;}
.header .header-inner .nav ul li a { padding:20px 15px;}
body.home section h2 { padding-bottom:30px;}
#footer-wrapper { padding-top:40px;}
.widget-column-1 { margin-bottom:0;}
Regards,
Shri
Thank you!
🙂
