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?
Attachments:
You must be
logged in to view attached files.
Hi @staterequirement,
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
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.