I want to remove the side padding in my multirow block, but just for the images, I want the text to stay in it’s position with the padding. I just want to remove the white space on the outside of the images.
Thank you !
I want to remove the side padding in my multirow block, but just for the images, I want the text to stay in it’s position with the padding. I just want to remove the white space on the outside of the images.
Thank you !
Hi Kaylaemcfadden
I understood your query
Just follow the steps below
From customizer select “Multirow section” for which padding needs to be removed
In that select Custom CSS section like in screenshot
add this code to remove all padding only for images
img{
padding : 0px;
}
Thank You
Yes it possible but you have to do some code changes because now your layout is in container I have to do some changes in your codes so it will take few times and require site access.
Hey @kaylaemcfadden ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.