Banner Alignment On Front Page

I have tried placing a block besides the banner on the frontpage, but the problem i am facing is that the two blocks don't align on top. Anyone know why the banner is lower down than other blocks, and hopefully how to fix it?

img1.jpg

img2.jpg

Hi Onkel,



That is happening because of banner css. For example if you inspect element for this class .owl-theme you will see that have margin: 25px 0;

So if you want to be all ok just put this css .owl-theme { margin:0; } and all will be good alignament :)



Hope this was helpfull for you.



Cheers



Alin@MysticThemes