Home Forums WoodMart support forum Widget in Single Product on mobile device

Widget in Single Product on mobile device

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

    aleks_sts
    Participant

    Greetings.
    Tell me how to display the widget on the product page above the product, and not below it when opening via mobile. Is it also possible to do something like this so that it closes as a spoiler?
    Now I have a field with a widget displayed under related products.
    The first screenshot is how I want to do, taken from another site. The second where I want to do on my site, the third where is displayed now.

    p.s. sorry for my english. used translator. may be are you speak russian? 🙂

    Attachments:
    You must be logged in to view attached files.
    #87940

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting our support center.

    You can create this content using Faq element of the WPBakery page builder. Create an HTML Block with the page builder and put it to the single product page sidebar. Also, add the following CSS code for mobile devices in Theme Settings -> Custom CSS to swap these sections on the product page

    .single-product-sidebar {
    	order: 1;
    }
    
    .single-product-page {
    	order: 2;
    }

    Kind Regards
    XTemos Studio

    #88169

    aleks_sts
    Participant

    thank you, it works!

    #88225

    Artem Temos
    Keymaster

    Great, you are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Widget in Single Product on mobile device’ is closed to new replies.