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

    hello, once i get a text element and next to it, in another column, a image element, they are not lined out at the top.
    how can i line these things out so they are on the same level, how to achieve this?

    #755955

    Hi jelle!

    I am sorry but your request is not clear at all.
    Do you want to remove the breadcrumb area, to bring the content up and down the logo?
    Can you please try help us understand?

    Regards,
    Basilis

    #756294

    the text starts ‘deeper’ than the picture. they dont level at the top.
    see image

    • This reply was modified 7 years, 8 months ago by yampieters.
    #756816

    Hi,

    That is due to the default margin on the paragraph element. If you want to remove it globally then you can use the following CSS:

    p {
        margin: 0 !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.