I use the drap & drop function to create my template
so I chose 2 columns
on the left an image and to the right of the text thanks to the drag and drop

but how to put a margin in my text column so that the latter
do not stick to the image (see attachment)

PS: when we add a custom color, we do not find it in another block to re-use (bug or improvement to come?)

Hi,

Add a html-id to the block that holds the two collumns. Next, add the following code to your custom css style sheet:

#html-id img {margin-right:10px; !important;}

You can replace "html-id" with any text you prefer.

thanks it's ok
perhap had this fonction more easy for customer don't know html ?

a month later

hello

how change color of botton in custom css with
{rgba(228, 5, 0, 0.52) !important}
thanks

    sorry but i want start from #E40500 to go rgba(228, 5, 0, 0.52)
    i want my button with rgba(228, 5, 0, 0.52) not hex value

    i try with custom code but i don't find good css

    Please, feel free to add it as a feature request on Ayba's website.