Viewing 1 replies (of 1 total)
  • Plugin Author CodeWooGeek

    (@codewoogeek)

    Hello there,

    Good Day!!!

    We’re here to assist you with this one.

    While we investigate this issue we noticed and this is because of display property css in your theme cause this issue, please change the display property from flex to block to make it work properly. And this css is not from our plugin for your information.

    @media screen and (max-width:63.9375em) {
        .single-product .product .entry-summary.summary {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    [ Signature deleted ]

    • This reply was modified 5 years, 2 months ago by CodeWooGeek.
    • This reply was modified 5 years, 1 month ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • The topic ‘change position in mobile view’ is closed to new replies.