Re: Gallery component Lorenza Theme

Gallery component Lorenza Theme

Nadine10
Excursionist
52 0 7

Is there a way to add some spacing between these logos, and centralise them horizontally? 

Also, on mobile can they be smaller and the arrows be deleted? 

Screenshot 2024-07-16 at 11.43.10.png

Screenshot 2024-07-16 at 11.43.18.png

  

Replies 9 (9)

aBox_Agency
Shopify Partner
87 9 16

Hello @Nadine10 

Please share the store URL.

Thank you

Regards,
aBox Agency | Shopify Partners

Need help customizing your Shopify store? Feel free to reach out to us at Shopify Partners Directory or visit our website at aBox.Agency.

If you found this post helpful, please give it a like!
Nadine10
Excursionist
52 0 7

Nadine10
Excursionist
52 0 7

Could I add that if possible, to make the logos smaller so they all fit on desktop

Rahul_dhiman
Shopify Partner
563 113 110

Hello @Nadine10 

Go to online store ---------> themes --------------> actions ------> edit code------->Theme.css -----> line number 13228
search this code

.image__img, .image__shimmer {
display: block;
position: absolute;
-o-object-fit: cover;
object-fit: cover;
-o-object-fit: var(--object-fit, cover);
object-fit: var(--object-fit, cover);
-o-object-position: center center;
object-position: center center;
-o-object-position: var(--focal-alignment, center center);
object-position: var(--focal-alignment, center center);
top: 0;
width: 100%;
height: 100%;
}

replace with this code.

.image__img, .image__shimmer {
display: block;
position: absolute;
-o-object-fit: cover;
object-fit: cover;
-o-object-fit: var(--object-fit, cover);
object-fit: var(--object-fit, cover);
-o-object-position: center center;
object-position: center center;
-o-object-position: var(--focal-alignment, center center);
object-position: var(--focal-alignment, center center);
top: 0;
width: 75%;
height: 75%;
}

and the result will be
18.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

BSSCommerce-HDL
Shopify Partner
2305 848 1064

Hi @Nadine10

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>
.flickity-slider {
    display: flex !important;
    align-items: center;
}

.gallery__slide.carousel__slide.is-visible {
    padding-right: 50px !important;
}
</style>

 

Here is result: 

BSSCommerceHDL_0-1721131023593.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

Nadine10
Excursionist
52 0 7

Thank you!

 

Could the logos be even smaller? And have a bit more spacing between them? 
Also, on mobile could they be smaller so you can see more than one?

BSSCommerce-HDL
Shopify Partner
2305 848 1064

Hi @Nadine10

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 (min-width: 768px) {
  .gallery__slide.carousel__slide {
    padding: 0 70px;
   }
   .carousel.carousel__slide {
        width: calc(20% - 1px) !important;
   }
}
</style>

 

Here is result: 

BSSCommerceHDL_0-1721132097414.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

Nadine10
Excursionist
52 0 7

Thank you! Sorry again, could you please find a solution for mobile - could the logos be smaller so you can see more than one?

Nadine10
Excursionist
52 0 7

For reference - https://dissh.com/