Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #627713

    Hi, I’m working on kroppshalsanspa.se and some of the left sidebar items are missing on Smartphones.

    I’ve selected Boxed Layout, Left Sidebar under “Logo and Main Menu”. Under Main Menu Sidebar I’ve selected a text widget with contact details called Kontakt.

    Under Sidebar Settings I’ve checked “Show sidebar on smartphones”.

    But using a smartphone, this contact details widget does not display.
    – Do you know how to make it show up?

    • This topic was modified 8 years, 2 months ago by wieslander. Reason: spelling
    #627746

    Hi wieslander!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area {
        display: block;
    }}

    Cheers!
    Yigit

    #629122

    Thank you for your great support as usual, Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Widget not displaying on smartphone when using Left Sidebar for Logo & Main Menu’ is closed to new replies.