My Website is : www.TOAIArt.com
It is not password protected. On the home page , I have 2 sections.
I need to remove the gap shown below.
Kindly help.
My Website is : www.TOAIArt.com
It is not password protected. On the home page , I have 2 sections.
I need to remove the gap shown below.
Kindly help.
Hi @SurTri
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.scss.css->paste bellow code in bottom of file
.rte, .section-header.text-center {
margin-bottom: 0 !important;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
Glad you asked this. Same issue. BTW - figured I’d ask another Shopify user - any good Shopify events you got your eye on? I’m looking that this one https://ecomlivestream.com. Free and a nice lineup of speakers (CoFounders of $1bn+ brands). Any one have anything else on their radar? Are you part of any other communities. I’m new to Shopify ecosystem and looking to network.
Thanks a lot Richard. Your solution worked perfectly.
Hi Richard, can you suggest a solution for mobile devices as well.
For mobile, you can try with this code:
@media screen and (max-width: 767px)
.custom__item, .rte {
margin-bottom: 0 !important;
}
This solution did not work . It is affecting the entire page … all images are appearing big etc.