How do I leave these two parts of the footer open on mobile without the person having to click on the +?
Website: colorluzes.com.br
This is Victor from PageFly - Shopify Page Builder App
To have these twos open by default, please use my custom code below.
Please add this code to your theme.liquid above the
Hope this can help you solve the issue
Best regards,
Victor | PageFly
Hi @GustavoAlves
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css
@media screen and (max-width: 640px){
.footer__collapsible {
height: auto !important;
}
}
Hello @GustavoAlves ,
It’s GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
Open your theme.liquid theme file
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team