for ur snap icons how did u manage to get the format w the space between each ?? pls and thank u !!
using custom layout, you’ll wanna add a div below for <b>img and use <b>padding-left. i did 4px, but you might wanna adjust based on your line height (i included the line of code below to clarify a lil further) <b><i>! this will format all images uploaded to the page to have a 4px space to the left of them. if that doesn’t make … any sense, then feel free to im me and i’ll just send u my code :p
img { padding-left:4px; }












