Take out white space

Solved

Take out white space

Suco
Explorer
117 0 14

IMG_2562.jpeg

Hey  guys can help me take out this white space 

thanks 🙏 

 

I use refresh theme 

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

pass- Humblee3030

Accepted Solutions (3)

HDL-Shin
Shopify Partner
80 21 16

This is an accepted solution.

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

 

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

Here is result: 

HDLShin_0-1715607917229.png

 

 

Hope this can help you

Kind regards,

HDL-Shin

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
♥️♥️♥️ HDL-Shin || Shopify Partner ♥️♥️♥️

View solution in original post

Made4uo-Ribe
Shopify Partner
9600 2289 2843

This is an accepted solution.

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:

Made4uoRibe_0-1715607958689.png

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

PageFly-Henry
Shopify Partner
1184 335 293

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)

HDL-Shin
Shopify Partner
80 21 16

This is an accepted solution.

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

 

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

Here is result: 

HDLShin_0-1715607917229.png

 

 

Hope this can help you

Kind regards,

HDL-Shin

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
♥️♥️♥️ HDL-Shin || Shopify Partner ♥️♥️♥️

Made4uo-Ribe
Shopify Partner
9600 2289 2843

This is an accepted solution.

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:

Made4uoRibe_0-1715607958689.png

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

saim007
Shopify Partner
609 74 104

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

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂

PageFly-Henry
Shopify Partner
1184 335 293

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.