Comments David started the conversationSeptember 22, 2016 at 12:44pmHi there.Is it possible to;Reduce the space below the menu bar and the heading on the home pageReduce the space between the bottom of the content and the link to the next page 1,974Support repliedSeptember 22, 2016 at 9:20pmHello,for the second is quite simple. Add this to theme options -> styling options -> custom css#page-nav { margin-top: 60px; }and just assign different (lower) value to 60pxfor the second you may need to have media queries for different screen resolutionsopen style.cssand look for #pre-hero { padding: ___px ___ ___px;}and decrease the first valueThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 LikeDavid repliedSeptember 25, 2016 at 8:32pmExcellent. Thank you for the help again :) Sign in to reply ...
Hi there.
Is it possible to;
Hello,
for the second is quite simple. Add this to theme options -> styling options -> custom css
#page-nav {
margin-top: 60px;
}
and just assign different (lower) value to 60px
for the second you may need to have media queries for different screen resolutions
open style.css
and look for
#pre-hero {
padding: ___px ___ ___px;
}
and decrease the first value
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Excellent. Thank you for the help again :)