Take out white space

Hey guys can help me take out this white space

thanks :folded_hands:

I use refresh theme

url - https://492dea-24.myshopify.com/pages/landing-page-apr-25-23-07-50

pass- Humblee3030

1 Like

Hi @Suco , Pls insert this code to your file css :

variant-selects {
    transform: translateY(-20px);
}

Here is result:

Hope this can help you

Kind regards,

HDL-Shin

1 Like

Hi @Suco

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

div#price-template--17005273481394__main {
    margin-bottom: 0px !important;
}
variant-selects {
    margin-top: 0px !important;
}
#ProductInfo-template--17005273481394__main > div:nth-child(4), .product .price__container {
    margin: 0px !important;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Unable to open landing page apr i think it is not visible.

Hi @Suco

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

variant-selects {

margin-top: -17px !important;

}}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like