How to keep footer sections open on mobile for colorluzes.com.br?

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

Hi @GustavoAlves

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:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team