Home / Forums / WoodMart support forum / Infobox Carousels showing outside the screen
Home › Forums › WoodMart support forum › Infobox Carousels showing outside the screen
Infobox Carousels showing outside the screen
- This topic has 9 replies, 2 voices, and was last updated 2 years, 1 month ago by
Hung Pham.
-
AuthorPosts
-
September 28, 2023 at 10:21 am #499852
aniket.guptaParticipantI have added Infobox Carousels but arrows showing outside the screen please give some resulation
thank you!
September 29, 2023 at 10:15 am #500142
Hung PhamParticipantHi aniket.gupta,
Thanks for reaching to us and appreciate your patience.
First, you need to increase padding right and left of content. https://prnt.sc/GlXVa–hA7a1
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.info-box-carousel .wd-btn-arrow[class*="prev"] { transform: translateX(80px) !important; } .info-box-carousel .wd-btn-arrow[class*="next"] { transform: translateX(-80px) !important; }You can change number value till meet your requirements.
Regards,
October 9, 2023 at 4:15 pm #502763
aniket.guptaParticipantLooks Good But Button is not clickeable until you hover on it please check on live link https://staging.qritrim.com/visualize/
Here is the video for refernce https://vimeo.com/872552514/c1a03f57c1?share=copy
Thank You!
October 10, 2023 at 8:49 am #502900
Hung PhamParticipantHi aniket.gupta,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.wd-owl :is(.owl-nav .owl-prev,.owl-nav .owl-next,.owl-dot) { user-select: auto !important; pointer-events: auto !important; }Regards,
October 10, 2023 at 11:31 pm #503133
aniket.guptaParticipantNot Working Also share for pagination color
October 11, 2023 at 8:15 am #503182
Hung PhamParticipantHi aniket.gupta,
Please clear cache and double check https://prnt.sc/j8BwXAFMY7Zv
It worked on my end. Let me know how it goes.
Regards,
October 12, 2023 at 8:46 am #503530
aniket.guptaParticipantArrows is better but pagination is not working after clearing cache
Attachments:
You must be logged in to view attached files.October 13, 2023 at 7:47 am #503838
Hung PhamParticipantHi aniket.gupta,
Dots pagination worked well on my side, please double check.
https://screenpal.com/watch/c06IfHV5PXe
Regards,
October 13, 2023 at 9:23 am #503858
aniket.guptaParticipantYes, i know i’m talking about color to be white on blue bg and black on white bg .
October 13, 2023 at 7:15 pm #504075
Hung PhamParticipantHi aniket.gupta,
In order to do that, you first need to add class to widget, for e.g: blue-bg-info https://prnt.sc/5IS1No8KFogD
Add below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS
.blue-bg-info .owl-dots .owl-dot.active span { border-color: #fff; background-color: #fff; }Regards,
-
AuthorPosts
Tagged: infobox
- You must be logged in to create new topics. Login / Register