Re: How to remove this space?

Solved

How to remove this space?

TheDuckDuck
Excursionist
15 1 2

I've been looking in the code but I can't seem to figure out the problem, but for some reason the image in the "Image and text" section just has extra space at the sides and bottom and idk how to remove it. I'd like to remove it cause its messing with my border because the space on the top is smaller then the bottom.

TheDuckDuck_1-1729995769830.png

 

Any advice would be greatly appreciated! 

Web link is: https://dododuck.ca/products/dodo-duck 

Accepted Solution (1)
TheDuckDuck
Excursionist
15 1 2

This is an accepted solution.

Nvm, I found what the problem was, I edited a code elsewhere that effects the height and width of all media content, so it was also effecting those images too. I fixed the problem now but regardless I still really appreciate the help 🙂

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
2299 282 328

Hi @TheDuckDuck 

 

I hope you are well.

 

Step 1: You can go to your Shopify admin > Online store > Theme > Customize

Step 2: Copy the code below here:

.image-with-text__media > img {
    top: 2.5% !important;
}

Step 3: Add the code to Custom CSS field from the theme here: (https://prnt.sc/xUkRHs4_gFyI) and save the change.

 

I hope it can help. Thank you!

 

Best,

Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
TheDuckDuck
Excursionist
15 1 2

This is an accepted solution.

Nvm, I found what the problem was, I edited a code elsewhere that effects the height and width of all media content, so it was also effecting those images too. I fixed the problem now but regardless I still really appreciate the help 🙂