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

    I just found out that sidebars are disappearing on i.e phones (!)

    All other responsive themes I have worked with shows the sidebar as a column would; in the bottom of the page/after main content widget for widget.

    I put important stuff in the sidebars. Is there anyway to have them show on small screens or do I have to find myself another theme?

    #120387

    Hi,

    Just add this on your custom.css

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {display:block !important; }
    }

    Sorry if you feel that way on the Enfold theme.

    Cheers,

    Ismael

    #120388

    Kool thanks Ismael! So I can continue to use this theme.

    #120389

    Hey,

    Glad it worked. :)

    Enjoy the theme!

    Cheers,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebars on smaller screens’ is closed to new replies.