- This topic has 6 replies, 2 voices, and was last updated 8 months, 1 week ago by tikaram.
-
AuthorPosts
-
January 25, 2024 at 9:59 pm #331884Melissa FrankeMember
Hi Team –
For the Chique Pro theme, the home page Featured Slider looks great on Desktop. But if you look at it in mobile, the 16:9 ratio is cut and the images are not fully displayed. They seemed design to display vertically opposed to horizontally. This makes the images look incorrectly framed. Is there a way to have it displayed horizontally at full width?
Here’s the site: https://www.melissahassey.com/
Thanks!
Carl & Melissa
January 26, 2024 at 2:55 am #331893tikaramParticipant@melissahassey : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.
@media screen and (max-width: 480px) { .owl-stage-outer.owl-height { height: auto !important; } #feature-slider-section .post-thumbnail img { position: static !important; } #feature-slider-section .hentry-inner { padding: 0; min-height: auto !important; } }
Let me know if this helps you out.
Regards,
TikaramJanuary 27, 2024 at 11:27 am #331921Melissa FrankeMemberHi Tikaram – This worked, but it’s making the load time very slow and there’s a thin blue animation strip that keeps pulsating. If you look at the home page here, you’ll see what I’m talking about. Thanks! https://melissahassey.com/
January 31, 2024 at 12:33 pm #332003Melissa FrankeMemberHi Tikaram – Any update on his?
February 1, 2024 at 4:36 am #332017tikaramParticipant@melissahassey : Please try compressing the slider images. Let me know if the issue persists after compressing the slider images.
Regards,
TikaramFebruary 5, 2024 at 12:52 pm #332119Melissa FrankeMemberHi Tikaram
Ok, thanks. Is there a way to have the blue horizontal status bar loading graphic on mobile. It’s minimal in desktop, but rather distracting on mobile. Thanks! Carl
February 6, 2024 at 7:17 am #332144tikaramParticipant@melissahassey : Please try adding the following additional css
@media screen and (max-width: 480px) { .slide-progress { max-width: 64px !important; right: 84px !important; left: unset !important; transform: translateX(100%); height: 4px !important; } }
Let me know if this helps you out.
Regards,
Tikaram -
AuthorPosts
- The topic ‘Chique Pro – Featured Slider Width On Mobile’ is closed to new replies.