-
AuthorPosts
-
December 23, 2024 at 11:32 pm #1474207
Hi all,
When I open my website ( https://www.nodem-it.com/dell-accessoires/ ) on mobile phone, it does not look good. The screen is weird. I can not see all my product.
How to solve this issues please ?I need to have the same result when even I open my website on PC.
Best regards,
December 24, 2024 at 11:39 pm #1474244Hi ,
Please some one. could help me ?
Best regards,
December 25, 2024 at 7:16 pm #1474256Hi ,
The tittle for each product is not appear in the right way. They customer can not read.
I need to reduce the size of the title of each product when I use mobile phone.
For instance When I open the “https://www.nodem-it.com/ubiquiti-switches/ ” in mobile phone . The text is not good and it is not possible to read anything.Please someone could help me ?
Thanks,
December 26, 2024 at 6:21 am #1474258You have to find these rules:
@media only screen and (min-width:768px) and (max-width:989px) { body, body .avia-tooltip { font-size:80px } h1 { font-size:60px } h2 { font-size:50px } h3 { font-size:42px } } @media only screen and (min-width:480px) and (max-width:767px) { body, body .avia-tooltip { font-size:66px } h1 { font-size:46px } h2 { font-size:37px } h3 { font-size:29px } } @media only screen and (max-width:479px) { body, body .avia-tooltip { font-size:53px } h1 { font-size:38px } h2 { font-size:28px } h3 { font-size:20px } }
This is a very unusual scaling.
First of all, the value for the base (body) is set very high.
Even if you take the aspect of wai aria into account, a body font-size of 53 ( below 479px) is gigantic. For desktop screen widths, this is 13px.
Here I would rather go higher, e.g. to 16px.Because you have set a merging of the styles – i can not say where the rules comes from ( maybe it is a merging of W3total Cache ).
have a look if you have set on General Styling – Typography these values or in your quick css.
December 26, 2024 at 9:29 am #1474259Hi
I took the value that you told me .
Now it look better .Best regards
December 26, 2024 at 10:14 am #1474260Hi Guenni007,
Please could you know how do put the EAN to H1 for each product ?
I need to increase the size of EAN and SKY for each product. How can I do please ?
Best regards,
December 26, 2024 at 11:08 am #1474263Hey!
Please check this : https://kriesi.at/support/topic/sku-field/#post-1474262
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.