Hi,
Does anyone know how I can hide specific sections on desktop but not on mobile?
Thanks
April
Hi,
Does anyone know how I can hide specific sections on desktop but not on mobile?
Thanks
April
Hello @april26
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css or theme.css
Step 3: Add code
@media (min-width: 768px) {
#yoursection { /* You must change the value of yoursection to the value you want */
display: none !important;
}
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly