New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to remove black margin in Ride theme?

Solved
LanROV
Tourist
3 0 0

I want to remove this random black bar in the middle of the "Image with text" and "Featured collection" but cannot figure out how. Adjusting the padding on either of them does not fill it, it's not selectable, and I don't know where to find it in the code. Any help is appreciated!

Screenshot 2023-11-14 163256.png

Accepted Solutions (2)
PageFly-Richard
Shopify Partner
3678 807 1455

This is an accepted solution.

Hi @LanROV 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
section#shopify-section-template--16983129850089__featured_collection {
margin-top: 0 !important;
}
</style>

PageFlyRichard_0-1700022739393.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | 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

Dan-From-Ryviu
Shopify Partner
5635 1038 1066

This is an accepted solution.

Please add this code to your theme.liquid file before </head> tag

<style>
.section+.section { margin-top: 0px !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 6 (6)
Dan-From-Ryviu
Shopify Partner
5635 1038 1066

Hi @LanROV 

Could you share your store link to check?

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

LanROV
Tourist
3 0 0
Dan-From-Ryviu
Shopify Partner
5635 1038 1066

Your store has password protected

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

LanROV
Tourist
3 0 0

My bad, I am on a free trial right now. Here is the password: chawiy
Thanks!

Dan-From-Ryviu
Shopify Partner
5635 1038 1066

This is an accepted solution.

Please add this code to your theme.liquid file before </head> tag

<style>
.section+.section { margin-top: 0px !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

PageFly-Richard
Shopify Partner
3678 807 1455

This is an accepted solution.

Hi @LanROV 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
section#shopify-section-template--16983129850089__featured_collection {
margin-top: 0 !important;
}
</style>

PageFlyRichard_0-1700022739393.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | 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.