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

    If you add a widget and social media icons to the left side bar, when in mobile they disappear and don’t show up on top like the other themes. Is there a way to have them show up in the mobile menu? Also, if you are on a page with not a lot of content it doesn’t let you scroll down to see the stuff on the left like subscribe to blog.

    #345442

    Hey SAdesignsUnltd!

    Please 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

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