Single product builder in mobile - by filiphdan

This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Olga Barlow

  • Avatar: filiphdan
    filiphdan
    Participant
    November 15, 2020 at 17:24

    Hello,

    I have used single product builder in my test page, i have a good setup but i want to take out the all categories from mobile view, here: https://prnt.sc/vjjmn1

    how can i do it?

    Thanks!

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 15, 2020 at 17:43

    Hello,

    There is no such option, unfortunately. You can add the custom CSS to hide it (Theme Options > Custom CSS)

    @media only screen and (max-width: 992px) {
        .single-product .sidebar.single-product-custom-widget-area {
            display: none;
        }
    }

    Regards

    Avatar: filiphdan
    filiphdan
    Participant
    November 16, 2020 at 19:04

    ok that did the trick, but now i want the name to apear above the product wen viewing in mobile: https://prnt.sc/vk8gqu
    (i think you should have 2 single products builder, one for mobile and other for desktop)

    Thanks!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 17, 2020 at 09:56

    Hello,

    Unfortunately, att this moment we don’t have option to move the name above the product image on mobile. You can submit feature request here https://www.8theme.com/taskboard/ and if other users also like it our developers will be able to add it to the future features list.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.