Tagged: color sections
Good Afternoon,
On several pages of my site when I use a color section, they do not show up on mobile. Here are several examples where it looks good on desktop, but not mobile:
There are others, I just provided a few examples to you.
Thank!
Hey jgraddy,
I think you have set that column to hide on mobile device that’s why it’s not showing up.
Best regards,
Nikko
Where do you set the color section to hide or display on mobile? I don’t see that option in the color section and it is hiding the entire section. All of the blocks are text blocks and I also don’t see that option on any of the text block. This is happening on multiple pages so not likely that I have all of them set to hide on mobile.
Hi,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
All the information you need is in private area.
Hi,
I`ve checked the Chrome console and you need to add this custom CSS code:
@media only screen and (max-width: 990px) {
div#av_section_1 {
display: block !important;
}
}
Best regards,
John Torvik