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

    Hello, how can I get the top of my text and image to be aligned (see screenshot below)? They are each in a column. The image is in an easyslider in case that’s relevant. If possible, can you provide a solution that can be implemented individually and not site-wide? Thank you.

    preview
    code

    • This topic was modified 3 weeks ago by bagha.
    • This topic was modified 3 weeks ago by bagha.
    #1491037

    this belongs to paragraph margin setting. So maybe it is enogh to only get rid of default margin-top value on first p tag.

    #top p:first-child {
      margin-top: 0 ;
    }
    #1491039

    Thank you, this worked!

    #1491054

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

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