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

    Hello again, I could add a right sidebar with your instruction, the right sidebar on the product page in the desktop view work fine, but in the mobile view the column of the product display narrow.

    #1092974

    Hi

    I suggest using the hamburger menu with a flyout for mobile.
    Otherwise, like you mentioned, it will use too much space on the small screen and will not look nice.

    Cheers
    Michael

    #1092983

    Thank Michael for your answer, but I select the Flyout menú and don’t work. On the other topic your team help me to display a right sidebar on the product page, it works fine in the desktop view, but not in the mobile, because in this view the column of the content of the product displays narrow. I think could be because of the CSS and function I add. You can see the topic here: https://kriesi.at/support/topic/reight-sidebar-in-product-page/

    #1093308

    Hi,

    Thanks for the update.

    You may need to add this css code to adjust the width of the sidebar on mobile view.

    @media only screen and (max-width: 767px) {
    .single-product .sidebar {
        width: 100%;
        clear: both;
        margin-left: 0;
    }
    }

    Best regards,
    Ismael

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