HanSook
1
And here is 1 example of these banners that look on mobile.
For extra step I followed a similar Q&A solution and it still didnt work for me at least! Which was to add:
@media (max-width: 749px) {
#shopify-section-template–15850075586780__1648130833cc79546f {
display: none !important;
}
}
in my Asset → base.css
Hi @HanSook !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation.
Add this code in the base.css file
- Navigate to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template–14173754523729__1661380634c615ae44{
display: none !important;
}
As shown in this screen shot.
Best Regards;
Pagefly
@HanSook ,
- In your Shopify Admin go to online store > themes > actions > edit code
- In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
- paste this code right above the tag:
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego