Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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,

    #1474244

    Hi ,

    Please some one. could help me ?

    Best regards,

    #1474256

    Hi ,

    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,

    #1474258

    You 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.

    #1474259

    Hi
    I took the value that you told me .
    Now it look better .

    Best regards

    #1474260

    Hi 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,

    #1474263

    Hey!

    Please check this : https://kriesi.at/support/topic/sku-field/#post-1474262

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.