hi guys,
as you can see i insert two one-half columns and in the second one text is not in top line with image in first one-half column.
can you post css please?
i tried but it did not work
.av_one_half + br {
display: none;
}
link to problem is in private section
Hey Uroš,
I`ve tried to access your site but I got a 404 error. Might you check this?
Best regards,
John Torvik
sorry changed url here is the right one
Hi,
Please try this code in Quick CSS:
.av_one_half.avia-builder-el-7 .avia_textblock p:first-child {margin-top:0px !important;}
The space is caused by the standard margin for paragraphs. The code above will remove the top margin just for the first paragraph of that specific column.
I hope that helps!
Best regards,
Sarah