Home Forums WoodMart support forum collapse issue

collapse issue

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

    triptirawat
    Participant

    Hii Team
    I have created a new page I want my order summary to be always open on a mobile device like it is on a desktop

    #309486

    Hello,

    Which order summary are you talking about? Can you please share the screenshot of the issue for a better understanding of your requirements?

    Best Regards.

    #309487

    triptirawat
    Participant

    ok iam sending

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

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Custom CSS for mobile section:

    .wc-block-components-panel__content[hidden] {
        display: block;
    }

    Best Regards.

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