Hi
The top margin Ja of the Coach template, as shown in the attached image is too small, and it overlaps the eshop navigation. Can you increase it?
Thanks

Hi @lableo

Can you share the URL of the error you are encountering? I have checked the homepage and it appears to be working normally.

I'm not talking about the home page, but about all the pages of the site where the module doesn't appear in the masthead position. The image I have attached is an example. For your convenience, I am sending the urls, which are largely connected to the site's eshop.
You can understand better in the mobile mode as in the attached pictures. Try browsing the eshop
Check in the mobile mode as in the attached images:


Url:
https://caffedeidogi.it/eshop/capsule-per-sistema-a-modo-mio/box-da-100-capsule-per-sistema-a-modo-mio

https://caffedeidogi.it/blog/cialde-o-capsule-cosa-scegliere-per-il-nostro-caffe-espresso
https://caffedeidogi.it/eshop/shopping-cart
Thanks

In custom.css I increased the margin, as follows. Now everything works fine
}
.t4-nav-height {
height: 200px;
}
The problem remains with the title of the blog category which overlaps the logo on mobile devices
I wonder.
Is the Ja Coach template responsive?

    lableo It due to the padding value. You can try with this custom css:

    @media (max-width: 576px){
    div#t4-main-body {
        padding-top: 80px !important;
    }
    }

    Hi
    As you can see from the attached image, nothing changes. I tried to give exaggerated values, deleted the cache but the result is negative
    Thank you

    Write a Reply...
    You need to Login to view replies.