
-
AuthorPosts
-
February 28, 2025 at 10:06 am #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.
March 3, 2025 at 5:26 am #1478423Hey 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,
IsmaelMarch 3, 2025 at 11:34 am #1478455Yes.
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 iPhoneThe test is not good.
March 4, 2025 at 4:13 am #1478513Hi,
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,
IsmaelMarch 5, 2025 at 9:55 am #1478650Hi ,
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
March 6, 2025 at 8:01 am #1478732Hi,
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,
IsmaelMarch 7, 2025 at 4:01 pm #1478855Hi Ismael,
The “Livraison en Afrique” is down in the page . On the footer
March 9, 2025 at 3:23 pm #1478942Hi,
I don’t find “Livraison en Afrique” on your page, please explain in full detail, perhaps a screenshot would help.Best regards,
MikeMarch 9, 2025 at 11:02 pm #1478972Hi 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,
AuMarch 10, 2025 at 4:36 am #1478978Hi,
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,
IsmaelMarch 10, 2025 at 3:40 pm #1479032Hi,
I used the css code but it is not correct.
This text is not displaying.
March 11, 2025 at 3:07 am #1479053Hi,
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,
IsmaelMarch 11, 2025 at 8:57 am #1479065Hi ,
Could you do the same with https://www.nodem-it.com/livraison-en-europe/
I put the login detail.Best regards
March 11, 2025 at 11:02 am #1479067Hi,
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:
We also disabled the Enfold > Performance > File Compression settings temporarily. You can enable it back when you’re done editing the site.
Best regards,
IsmaelMarch 11, 2025 at 4:51 pm #1479096HI,
The “https://www.nodem-it.com/livraison-en-europe/” is good but not good for “https://www.nodem-it.com/livraison-en-afrique/ “.
How do to the same for “https://www.nodem-it.com/livraison-en-afrique/” ?
Best regards,
March 12, 2025 at 5:38 am #1479121Hi,
We adjusted the css for the slider in the livraison-en-afrique page. Please make sure to purge the cache before testing.
Best regards,
IsmaelMarch 13, 2025 at 4:25 pm #1479270Hi Ismael,
Is it possible to do the same think with the slide bar image in my home page ?
Best regards,
March 14, 2025 at 5:41 am #1479303Hi,
We added the modification for the home page.
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 -
AuthorPosts
- You must be logged in to reply to this topic.