Hi,
i have this section “Rich Text” between two sections because of section divider(horizontal line) to divide two sections. I have only rich text without any additional blocks in there. Please, help me make height of this section almost to zero just to have this section divider between two sections. Keep in mind that after every section, this theme always add some extra blank space under section. Best will be to have code for “Custom CSS” to just add.
Web: https://nexaco.co/
HI @Rupert22
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
div#shopify-section-template–21127979434323__rich_text_GPDiBQ .section–divider,
div#shopify-section-template–21127979434323__rich_text_CjLmbw .section–divider {
padding: 0;
}
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
1 Like