Location of “prices/booking” widget too much down in the page in mobile view

Support Forums Kampina Location of “prices/booking” widget too much down in the page in mobile view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #221
    yweb1
    Participant

    hello,

    On product page, the prices/booking widget is in the sidebar. On desktop view, it is quite on top of the page so customers can easily find it, but in mobile view, it appears below the FAQ/customers review, very down in the page, so customers have to scroll down a lot to find it, and so may miss it.
    Is there a way to put it just after the overview, or after the amenities ?
    Thanks for your reply.
    Regards,
    Yvan
    My website is visible at : campingdelafermeenpaille.com

    #222
    TigriWeb
    Keymaster

    Hi Yvan,

    You can add to Appearance -> Customize -> Additional CSS custom CSS code:

    @media (max-width: 991px) {
    	.single-product .site__content__wrap.product {
    		  display: flex;
    		  flex-direction: column-reverse;
    	}
    }

    Best regards,
    TigriWeb Team

    #223
    yweb1
    Participant

    Hello,

    Thanks for your help and quickness, it works great !
    Regards,
    Yvan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Location of “prices/booking” widget too much down in the page in mobile view’ is closed to new replies.