Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Fix Collection Image Padding Issue

Solved

How to fix collection image padding issue in my code?

tobyh4
Excursionist
30 0 5

Hi,

 

I have edited some code to put each collection title on top of the corresponding image, however, my issue is that the text keeps wrapping as there seems to be padding on each side of the image and the text won't go the full way across it on one line.

 

 

This is what I mean: 

Screenshot 2024-01-25 at 14.38.23.png

 

This is the code I have already written to achieve this:

<style>
ul#Slider-template--20911263318360__477125e9-4070-47c9-ab6d-93a16c1c6ed6 .full-unstyled-link{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px; /* change this to adjust the text size */
  color: white;
  justify-content: center !important;
} /* Homepage collection text desktop */ 

</style>

 

Site link is: https://mauriciobenyar.myshopify.com/

 

Would really appreciate if someone could help,

Thanks

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9047 2161 2668

This is an accepted solution.

Hi @tobyh4 

Add this to your code. 

 

width: 100%;
text-align: center;

 

And Save. 

Result:

Made4uoRibe_0-1706195827367.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

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9047 2161 2668

This is an accepted solution.

Hi @tobyh4 

Add this to your code. 

 

width: 100%;
text-align: center;

 

And Save. 

Result:

Made4uoRibe_0-1706195827367.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 ⚙️.
tobyh4
Excursionist
30 0 5

Thank you, works perfectly. 
Do you also know if I could add code to make the image opacity 60%?