Home › Forums › Jevelin Theme › Section Class Padding
Home › Forums › Jevelin Theme › Section Class Padding
I have <section class> tag that has a padding on every page, but it seems to have a unique name per page. (See image)
Is there anything I can do in my CSS that will remove the padding in this element for all pages at once?
I hope you are well today and thank you for your question.
You can remove 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
#content .fw-page-builder-content > .sh-section { padding-top: 0; }
Best regards,
Shufflehound team