Home Forums Jevelin Theme Top white gap on the portfolio page Reply To: Top white gap on the portfolio page

Home Forums Jevelin Theme Top white gap on the portfolio page Reply To: Top white gap on the portfolio page

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

body.single-fw-portfolio #wrapper > .sh-page-layout-default {
padding-top: 0;
}


body.single-fw-portfolio .sh-section-0155deb2e1c901c2aafc437a32af95ac {
    padding-top: 0;
}