Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1478230

    I open this topic “Mobile screen result ” again.

    How to reduce the image when I’m using mobile screen. My test Is too small.

    #1478423

    Hey Aubin,

    Thank you for the inquiry.

    Are you referring to this thread? https://kriesi.at/support/topic/mobile-screen-result/

    What do you mean by “test Is too small”? Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    #1478455

    Yes.
    I’m referring to this thread.
    Last time, you sent me the code to apply on css. The code reduce de police of the test but not the image. This is the image on my iPhone

    The test is not good.

    #1478513

    Hi,

    Are you trying to increase the height of the slider? If so, then you can add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .avia-slideshow.av-lu5z97j3-d1f957c8c38e449b8b56e5cb4753112f .avia-slideshow-slide img {
        min-height: 500px;
        object-fit: cover;
      }
    }

    Please note that this may partially cut off the images. Would you mind providing a screenshot of how you would like it to display on mobile view?

    Best regards,
    Ismael

    #1478650

    Hi ,

    When I use easy slider on the following page “livraison en Afrique” or “Financement” I have the same issue when I open the page on the mobile phone.

    My easy slider does not display the text or entire image

    Best regards

    #1478732

    Hi,

    We ca’t find the “livraison en Afrique” page. For the Financement page, you can include this css code:

    .av-m7nj2xd7-f8dc5edf704b129f594536c49dabd9b8.avia-slideshow li img {
        height: 300px;
        object-fit: cover;
        object-position: right;
    }

    Another option is to hide the current slider on mobile view by editing the Element Visibility options in the Advanced > Responsive panel, then add another slider with an image that is specifically resized for mobile view.

    Best regards,
    Ismael

    #1478855

    Hi Ismael,

    The “Livraison en Afrique” is down in the page . On the footer

    #1478942

    Hi,
    I don’t find “Livraison en Afrique” on your page, please explain in full detail, perhaps a screenshot would help.

    Best regards,
    Mike

    #1478972

    Hi Mike ,

    If you open the link on mobile phone I send to you in private content , you will send the image is not good. The text is not appear.

    Best regards,
    Au

    #1478978

    Hi,

    For the “Livraison en Afrique” page, please add this css code to adjust the size of the slider image on mobile view:

    #top .av-m7utj0fm-55a4085e08fb8dd95eeb6325426a31b7 li img {
        height: 300px;
        object-fit: cover;
        object-position: right;
    }
    

    Best regards,
    Ismael

    #1479032

    Hi,

    I used the css code but it is not correct.

    This text is not displaying.

    #1479053

    Hi,

    Did you add the code in the Enfold > General Styling > Quick CSS field? Please provide the login details in the private field so that we can test the modifications.

    Best regards,
    Ismael

    #1479065

    Hi ,

    Could you do the same with https://www.nodem-it.com/livraison-en-europe/
    I put the login detail.

    Best regards

    #1479067

    Hi,

    We modified the code in the Quick CSS field:

    @media only screen and (max-width: 768px) {
      #top .avia-slideshow.av-lu5z97j3-d1f957c8c38e449b8b56e5cb4753112f .avia-slideshow-slide img {
        min-height: 500px;
        object-fit: cover;
      }
    
      #top .av-m7nj2xd7-f8dc5edf704b129f594536c49dabd9b8.avia-slideshow li img,
      #top .av-m8474mmq-b8b082188475e1a03955aab66d3e8639 li img,
      #top .av-m7utj0fm-55a4085e08fb8dd95eeb6325426a31b7 li img
       {
        height: 300px;
        object-fit: cover;
        object-position: right;
      }
    }
    

    Result:

    View post on imgur.com

    We also disabled the Enfold > Performance > File Compression settings temporarily. You can enable it back when you’re done editing the site.

    Best regards,
    Ismael

    #1479096
    #1479121

    Hi,

    We adjusted the css for the slider in the livraison-en-afrique page. Please make sure to purge the cache before testing.

    Best regards,
    Ismael

    #1479270

    Hi Ismael,

    Is it possible to do the same think with the slide bar image in my home page ?

    Best regards,

    #1479303

    Hi,

    We added the modification for the home page.

    View post on imgur.com

    If you need additional help with modifications, we recommend hiring a freelance developer or reaching out to our partner, Codeable. Please check the link below.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

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