Comments Benny started the conversationFebruary 3, 2016 at 6:44pmHello, How can I make the white space between the hero and page content smaller? I also would like to know how to make the space between the menu and page content smaller. Thanks. 2,006Support repliedFebruary 4, 2016 at 12:26pmDecrease the padding of the main container#main {padding: 200px 0;}so decrease 200pxin theme options -> styling options -> custom cssthanksThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioBenny repliedMarch 15, 2016 at 10:43pmHi,Thanks, that helps. Is it also possible to give the portfolio pages another main padding size than the other pages? Thanks,Ben 2,006Support repliedMarch 16, 2016 at 5:19pmHi yes, you add an extra .page-template-portfolio-page as style CSS selector.page-template-portfolio-page #main {padding: 200px 0;}thanksThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioBenny repliedMarch 16, 2016 at 5:30pm.Benny repliedMarch 17, 2016 at 5:51pmHi, Thanks! Is this also the code for the mixed portfolio page? Right now, it's not working.. Best Regards,Ben 2,006Support repliedMarch 18, 2016 at 5:12amHi Ben, no for the portfolio mixed is .page-template-portfolio-mixed-page #main {padding: 200px 0;} it's a class being inserted in the <body> of the page (if you wish to inspect it in chrome or firefox)thanksThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioBenny repliedMarch 20, 2016 at 2:46pmThanks! Sign in to reply ...
Hello,
How can I make the white space between the hero and page content smaller? I also would like to know how to make the space between the menu and page content smaller.
Thanks.
Decrease the padding of the main container
#main {
padding: 200px 0;
}
so decrease 200px
in theme options -> styling options -> custom css
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Hi,
Thanks, that helps.
Is it also possible to give the portfolio pages another main padding size than the other pages?
Thanks,
Ben
Hi yes, you add an extra .page-template-portfolio-page as style CSS selector
.page-template-portfolio-page #main {
padding: 200px 0;
}
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
.
Hi,
Thanks!
Is this also the code for the mixed portfolio page?
Right now, it's not working..
Best Regards,
Ben
Hi Ben,
no for the portfolio mixed is
.page-template-portfolio-mixed-page #main {
padding: 200px 0;
}
it's a class being inserted in the <body> of the page (if you wish to inspect it in chrome or firefox)
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Thanks!