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.


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 ;
}
