Hi, I'd like to align the banner head to the right.
I've searched other posts and tried to change col-lg-8 to col-lg-9 on folder/tpls/blocks/header.php file. That didn't worked well.
Can you please help me? Thanks
kmanek Hi The banner image already using the max width http://prntscr.com/lhmx9c So it would not further increase the width. To move the banner on right side, add this code in custom.css file
.t3-header .t3-sl .bannergroup { float: right; }
save file, clear Joomla cache and check.
Regards
Thank you so much. It worked 🙂