Hi,
setting up a page with columns 2/3 (containing an image) and 1/3 (containing text-block), the top line of both of the elements is not on the same level. Text-block is appearing some px lower than the image-column which looks not 100% precise.
Is there a way I could achieve that they appear on the same height, either by pushing the text-block up or the image down?
Thanks for your assistance, Katharina
Hi,
<p> tag creates a top and bottom margin. You can add this on your custom.css
p {
margin: 0 0;
}
Regards,
Ismael
Thanks a lot, Ismael.
Well, there’s still a tiny tiny tiny gap – guess it comes from line-height. But before I start mish-mashing all this I will live with the gap.
Best regards,
Katharina