Hello everybody,
on jomsocial frontpage is the modul "JS Hello Me". The problem: The content is not in full size.
Screenshot: https://prnt.sc/1zt2zdl
How can I fill in the free area?
I used actually
Joomla 3.9.20
Jomsocial 4.7.9
Hello everybody,
on jomsocial frontpage is the modul "JS Hello Me". The problem: The content is not in full size.
Screenshot: https://prnt.sc/1zt2zdl
How can I fill in the free area?
I used actually
Joomla 3.9.20
Jomsocial 4.7.9
flyingmarkus
Hi'
Add this code in custom css of your template
.joms-module--hellome .joms-hcard {
max-width: 100%;
}
Hello Pankaj thanks it works!
flyingmarkus
You are welcome!