Section Class Padding

Home Forums Jevelin Theme Section Class Padding

Home Forums Jevelin Theme Section Class Padding

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • staterequirement
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)