Home › Forums › WoodMart support forum › XTemos block “Information box carousel” issues in Safari/iOS › Reply To: XTemos block “Information box carousel” issues in Safari/iOS
October 5, 2023 at 11:30 am
#501790
Luke Nielsen
Keymaster
Hello,
1. Use the below code for help, define it in Theme Settings -> Custom CSS.
.wd-info-box .box-with-icon .info-box-icon {
overflow: visible;
}
2. Pagination is below the carousel and the height of the carousel depends on the highest item in the carousel (the last item has a lot of content).
https://gyazo.com/8caf5838c9d101512019b05029570a27
So that there is no indentation from the content of the carousel item to the pagination of the carousel, the height of all items should be approximately the same.
Kind Regards