Issue with the icon of the infobox slider
-
Dear,
Can you please check this video in private, it explains an issue which I need to solve.
Thanks
Hello,
Please, send us your admin access so we can check what is wrong.
Kind Regards
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.whb-column.whb-col-mobile {
display: block;
width: 100%;
}
Sorry no it doesn’t work good.
See screenshot of the result, this code impacts other things it shouldn’t impact.
Can you please review it?
Keep it in the custom CSS. And put it for mobile and tablet devices only.
see
Attachments:
You must be
logged in to view attached files.
it impacts things it shouldn’t, like the burger menu & cart icon
I just created a staging where you can try all the codes you provide me, so that it doesn’t imapct my live site.
Just a moment
Replace the code with the following and put it for mobile and tablet devices only
.whb-header-bottom-inner .whb-column.whb-col-mobile {
display: block;
width: 100%;
}
Perfect! This issue is resolved, you can close this ticket thanks
The topic ‘Issue with the icon of the infobox slider’ is closed to new replies.