• Resolved avividimage

    (@avividimage)


    When you visit the shop page on a mobile phone, it simply shows the shop items and no introductory text or my left-oriented sidebar. How can I make this a more user-friendly experience using the Customize – Additional CSS? Any help is appreciated. ??

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Mat

    (@mateithemeisle)

    Hello @avividimage ,

    Thank you for choosing Neve!

    I see you have used some custom code already which is impeding the theme to work as it was intended. Also in mobile view, Neve normally displays the sidebar content above the main content.

    You could achieve your desired result by removing the custom code affecting the sidebar and applying this one instead. However if you would like more custom modifications we would suggest letting the community help, as this goes out of our support scope here.

    @media (max-width: 768px){
    .nv-sidebar-wrap.shop-sidebar {
        padding: 10px 20px 20px;  
    }
    .button.button-secondary.secondary-default {
        display: none;
    }
    .widget.widget_search {
        display: none;
    }
    }

    The code above will display the message but will remove the search bar and the close button on mobile.

    I hope this helps to bring you closer to your desired website!

    Thank you and have an amazing day!

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar not showing on Mobile’ is closed to new replies.