Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24258

    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

    #122925

    Hi,

    <p> tag creates a top and bottom margin. You can add this on your custom.css

    p {
    margin: 0 0;
    }

    Regards,

    Ismael

    #122926

    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

    #122927

    Hey,

    Sure. Glad it worked. :)

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text block next to image – layout problem’ is closed to new replies.