Hi
I use template Gk Arty on my joomla 4 site
On mobile - in the home page the articls and moduls have no margin !!
This problem i have only on home page

Only 2 moduls on home page is ok:
Nuova Umanità Terrestre - modul position -mainbody-bottom
"Ogni cosa è sacra. - bottom3

Please what a have to do for add margin on home page view

i add the screens from mobile
thank you


    wsol Hi

    You can use this custom css:

    @media (max-width: 576px){
    .items-leading .item-info,
    div#mod-custom113 {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .acm-hero.style-1 p.desc {
        width: 100%;
    }
    }
    Write a Reply...
    You need to Login to view replies.