Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #806233

    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!

    #806504

    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

    #806595

    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.

    #806758

    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

    #808227

    All the information you need is in private area.

    #808423

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.