Hey guys,
Can you tell me the css I need to reduce the white space to the left and right of an image container?
Thank you
Hi ryanelfa,
Not sure what you mean by that, do you want the image closer to the text in the link you posted? If so it might be better to use a 1/3 container for the image and a 2/3 for the text? Please post a screenshot of your intentions if I’ve misunderstood you.
Thanks,
Rikard
Yeah I could do a 1/3, understand, but even with the 1/2, why is there so much space in between the image either side of the 50%?
Hey!
That’s because the image is centered in the layout element.
Alternatively you can use a 1/4th layout element for the image, a 3/4th layout element for the text then finally set the image left or right aligned accordingly.
Cheers!
Dake