The checks are not aligned within the module. They should be on the same line as the module title. What should I correct?
delinea Hi
They are already correct and same in demo http://prntscr.com/103c9ud Add this code in custom.css file to move them up
.magazine-featured.style-4 .magazine-carousel .carousel-control-btns { top: -50px; }
http://prntscr.com/103caxy
DonĀ“t work it.
delinea Hi Add !important in the code
.magazine-featured.style-4 .magazine-carousel .carousel-control-btns { top: -50px!important; }