Viewing 16 posts - 1 through 16 (of 16 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

    #1477501

    Hi ,

    the information that scrolls on my page when I open my website on the PC is not visible when I open my website on my mobile phone.
    How can I solve this please ?

    #1477533

    Hi,

    Would you mind opening another thread and providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1477561

    Hi Ismael,

    This is my screen on my mobile phone.
    I do not see the button (blue) and the text is on the image. I need to have the text in the left position.

    #1477562

    mobile phone

    #1477563

    The following text: Cisco Meraki vous propose should be in the left position where there is the while color in my the image.

    #1477571

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 479px) { 
    #top.home .slideshow_inner_caption {
        width: 50%;
    }
        #top.home .avia-slideshow .av-slideshow-caption .avia-caption-content p {
            font-size: 9px;
            line-height: 9px;
            margin-bottom: 0;
        }
       #top.home .avia-slideshow .avia-slideshow-button {
       	margin-top: 10px;
       	font-size: 9px;
       }
    }

    Enfold Support 6586

    Best regards,
    Mike

    #1477572

    Hi,

    Thanks,

    I did but nothing has changed

    #1477578

    It is ok now
    Thanks

    #1477583

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Mobile screen result’ is closed to new replies.