Possible to get rid of space under header in Integrity stack?

Hi!

Please see attached screen shot. I would like to remove the area (that is dark gray) directly below the header. Is that possible. I use Integrity Stack.

thanks,

Max

Hi @maskenmax,

Thanks for reaching out.

To remove the dark gray below the header, you need to add a little CSS code, please go to Pro > Theme Options > CSS then add the code below.

.x-container.offset {
    margin-top: 0;
} 

Please note that custom development is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third-party developer.

Hope that helps.

Thank you.

Thank you! Worked perfect!!

Hello @maskenmax

Glad that we are able to help you

Have a great day!
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.