Home Forums WoodMart support forum If site is full width, then carrousel arrows go off the screen

If site is full width, then carrousel arrows go off the screen

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #224999

    Jeriss Cloud Center
    Participant

    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

    #225068

    Bogdan Donovan
    Keymaster

    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

    #225077

    Jeriss Cloud Center
    Participant

    I’ll try it

    Will you fix it in the theme?

    #225161

    Artem Temos
    Keymaster

    Yes, we will try to find some workaround for this.

    #225165

    Jeriss Cloud Center
    Participant

    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

    #272965

    Jeriss Cloud Center
    Participant

    Hello,

    Was this already fixed/deployed in a previous release, or not yet?

    Thanks

    #273007

    Artem Temos
    Keymaster

    Hello,

    Yes, this issue has been already fixed. You can check from your side.

    Kind Regards

    #273129

    Jeriss Cloud Center
    Participant

    Great you can close this ticket thanks

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘If site is full width, then carrousel arrows go off the screen’ is closed to new replies.