Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1354577

    I have a website set-up that uses the 2/3 – 1/3 sections to display. On mobile the 1/3 does not display DESPITE the fact that I have that section set to ‘always display’. Why would it do this and what do I do to get it to show on mobile? I’ll place a link to the page in the private content – the section that is not showing has audio and blog post list on the right.

    #1354621

    Hey waterwalk,

    You have this CSS added in the file in private. Please try to edit or remove it.

    @media only screen and (max-width: 500px) {
    body.page-id-868 .flex_column.av_one_third.no_margin {
        display: none !important;
    }
    }

    Best regards,
    Rikard

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