VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: parfumylacno on August 19, 2018, 08:48:51 AM

Title: Broken Responsibility after changing size of Headlines in CSS
Post by: parfumylacno on August 19, 2018, 08:48:51 AM
Hello,

Please, can anyone help me with my eshop with perfumes  (https://www.parfumylacno.sk)- and with broken Responsibility in mobil devices after changing size of Headlines in CSS. I had only make few changes in CSS - size of H1 and H2 headlines and some others little changes = and everything seems in order, that all works good.

But then  - after few months - i found out that there are problems in mobile devices (In PC is all alright) -

You can see it best on this site of perfumes: https://www.parfumylacno.sk/parfumy-eshop/parfumy-fm-pre-zeny
Or in attachment pictures

Please, is there some simple "hacks" or solution how to repair it?

Thank you very much,

Have a nice day to all
Title: Re: Broken Responsibility after changing size of Headlines in CSS
Post by: Studio 42 on August 19, 2018, 22:58:55 PM
2 bads rules found anout height: 30px for pagination.
A quick fix

.labpagination {
    /* height: 30px; */
}
.labpagination ul {
    /* height: 30px; */
}

and the other problem is
.bbox, .cbox {
    height: 45px !important;
}
This should use a responsive rules to disable it on mobile(and tablet).
But i already used linelabs template, and they are not really finished and you
have some work to fix all css.