Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26162

    Hi,

    Even after using code in this thread https://kriesi.at/support/topic/sidebar-on-mobile-screen-size-not-appearing?replies=6&message=closed#post-115928

    I still can’t see my sidebar in mobile view. Is it because I changed the width of my sidebar from 3 alpha units to 4 alpha units?

    Cheers,

    Laney

    http://www.crashtestmummy.com.au

    #129530

    Hi,

    Please use this instead.

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
    display: block !important;
    }
    }

    Regards,

    Ismael

    #129531

    Brilliant – that worked, thank you.

    Can you please tell me how I get this to work in responsive mode?

    .inner_sidebar {

    margin-left:20px;

    }

    It is usually 50px, but when it shows up on mobile it cuts off the right side of the side bar, so I’d like to reduce it for mobile only.

    Cheers,

    Laney

    #129532

    Hi Laney,

    If you want something to only effect mobile view you can add it to the same media query as above. The custom.css has a blank template for mobile and desktop media queries and are labeled as such.

    Regards,

    Devin

    #129533

    Thanks for the css fix above but the issue I’m having is the sidebar on my single product shop page is showing above my product title but below my product images…so the sidebar is in between….I need the sidebar to sit below my product description and add to cart button…see here:

    http://attainablevintage.com/product/antique-white-shabby-chic-cabinet/

    #129534

    Hey! I am afraid this is not possible with the way the page is designed. I will think about a workaround but for now there is only the option to keep it that way or hide the sidebar on mobile pages…

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sidebar not showing in mobile’ is closed to new replies.