Viewing 2 posts - 1 through 2 (of 2 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 4 hours, 38 minutes ago by bagha.
    • This topic was modified 4 hours, 37 minutes 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 ;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.