In my product page, there is a big white space gap between my product images and my product title

Solved

In my product page, there is a big white space gap between my product images and my product title

Solair
Tourist
6 0 2

In my product page, there is a big white space gap between my product images and my product title on mobile. Is there any way to lessen that space so the product title can be seen seemlessly along with the product? I am using debutify theme. Here is the store link: www.solairhome.com I am referring to the product: Solair Racerr Pro.

2AA8ED32-641A-4299-9B40-5D31DA3AE618_4_5005_c.jpeg

 

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Solair ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
    @media screen and (max-width: 750px) {
   .grid__item.product-single__meta--wrapper.large--six-twelfths {
     margin-top: 0!important;   
    }
}
   
</style>

 Here is result:

BSSCommerceHDL_0-1723435309080.png

Hope this can help you, If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

You're welcome. Have a nice day!

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

BSSCommerce-B2B
Shopify Partner
1972 564 566

@Solair,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.scss.css.

Step 3. Add this code at the end of file 

 

@media only screen and (max-width: 768px) {
 .grid__item.product-single__meta--wrapper {
   margin-top: 0px!important;
 }
}

 

Result:

BSSCommerceB2B_0-1723434396123.png

If it helps you, please like and mark it as the solution.

Best Regards

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Dan-From-Ryviu
Shopify Partner
11368 2229 2403

Hi @Solair 

Please add this CSS code to the Custom CSS in Online Store > Themes > Customize > Theme settings.

@media (max-width: 749px) {
.product-single__meta--wrapper { margin-top: 0px !important; }
}

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Solair ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
    @media screen and (max-width: 750px) {
   .grid__item.product-single__meta--wrapper.large--six-twelfths {
     margin-top: 0!important;   
    }
}
   
</style>

 Here is result:

BSSCommerceHDL_0-1723435309080.png

Hope this can help you, If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Solair
Tourist
6 0 2

Thank you. You are quick and thorough!

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

You're welcome. Have a nice day!

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Sweans
Shopify Partner
429 89 126

Hi @Solair ,

 

You can fix the issue of white space between the product media and title by reducing the margin between the sections. To fix this issue, you need to edit the CSS code of your theme

 

1. In Admin Dashboard -> Online Stores -> Click "..." alongside your current and choose "Edit Code".

2. In Edit code, search for "theme.scss.css" file.

3. In "theme.scss.css", You'll find the following code at line - 9212

 

@media screen and (max-width: 769px) {
  .product-single__title {
    font-size: 28px; } }

 

4. Replace the above code with the below given code:

 

@media screen and (max-width: 769px) {
  .product-single__title {
    font-size: 28px; } 
  .product-single__meta--wrapper {
  margin-top: 0px; }
}

 

5. Save the file and refresh your product page.

 

I hope this helps! If it does, please like it and mark it as a solution!

If you need further assistance, feel free to reach out!

 

Regards,

Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com