i have an issue on the https://dev.allilonnet.gr/index.php/el/ home page where left module position (ja-acm type , the one with texts is overlapped by the right one) in masthead section. In mobile responsive view, seems ok.
filothea Hi Add this code in custom.css file to fix the problem
@media(min-width:992px){.acm-hero .hero-content .hero-heading { max-width: 50%; }}
Regards
Ninja
this fixed the overlap issue. thanks in the demo page https://www.joomlart.com/demo/ja-mood the styling is h1 of "PLAY & SHARE MUSIC WITH MOOD COMMUNITY"
while in our implementation doesn't get an h1 tag. can you enlight us? thanks
please set as closed, found what happened. ja-acm was assigned under ja-uber template, not ja-mood....