If site is full width, then carrousel arrows go off the screen
-
Dear,
Please check the video below, you’ll see since I use a site layout completely full width, the arrows of the carrousels of products go off the screen
I saw recently that Google added in the search console a criteria called “content larger than the screen”, I’m not saying that this is the problem but Google may take this as a problem as part of this criteria in the search console.
Can you please fix this?
Thanks
Hi,
Try to add the following code snippet to the Desktop Custom CSS area in Theme Settings.
.wrapper-full-width-content .owl-carousel .owl-nav>div[class*=prev] {
left: 0;
}
.wrapper-full-width-content .owl-carousel .owl-nav>div[class*=next] {
right: 0;
}
Regards
I’ll try it
Will you fix it in the theme?
Yes, we will try to find some workaround for this.
Great. Then I will not add the custom css for now, because it’s not really an urgent issue.
I will let you find the solution by default in the theme, and I’ll update it then.
Thanks
Hello,
Was this already fixed/deployed in a previous release, or not yet?
Thanks
Hello,
Yes, this issue has been already fixed. You can check from your side.
Kind Regards
Great you can close this ticket thanks
The topic ‘If site is full width, then carrousel arrows go off the screen’ is closed to new replies.