How to modify the product page view on mobile?

NEED HELP

Please make the spacing between the marked sections smaller

Shop Link: https://93f811-2.myshopify.com/

Hi @admintb ,

You can follow the steps below to edit the code for the theme:

Find the theme.css file and add the following code:

[data-block-type=buy-buttons] {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}

Then press “Save” to save the code

(You can also replace “-5px” with another number of pixels you desire)

  • The results you will receive: