Hi,
I cannot figure this out and maybe you can help me out.
We want the top of an image align with the first row of a text block. Both are centered in the columns but we want both text and image with 0 top-padding.
see this Mockup
THX Freek
i think i figured it out by using the following css code:
.page-id-13 .av_one_half .avia_textblock {
position: relative;
top: -10px; }
.page-id-13 .av_one_half .avia_textblock p {
margin: 0 0 1.7em; }
THX Freek
Hi,
Glad that you figured it out and thanks for sharing your solution :)
Best regards,
Nikko