Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1216145

    Hi,

    The widgets we have on our website on the two pages: “OM” and “KONTAKT” (links in “Private Content”) are not showing on phones.

    As you can see, the widgets are in the column on the right side of the screen (when shown on a computer).

    I can´t see why they are not there, when the pages are shown on a phone. I know there are no space on a phone for an extra column, but usually the phone adapts and places the content beneath the other content.

    Can you help?

    Regards, Tomas

    #1216239

    Hey Pernille,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      .responsive #top #main .sidebar {
        display: block !important;
        border-left: 0;
        width: 100%;
      }
    
      .responsive #top #main .sidebar .inner_sidebar {
        margin-left: 0;
      }
    }

    Best regards,
    Nikko

    #1216916

    Thank you very much Nikko,

    It works! :D

    #1217016

    Hi kvindenskraft,

    You’re welcome, I’m glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widgets are not visible on phones’ is closed to new replies.