Home Forums WoodMart support forum Category carousel

Category carousel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #684913

    mantsve
    Participant

    Is it bug or what ? How to make these look on mobile the same ?
    Centered..

    Attachments:
    You must be logged in to view attached files.
    #685077

    Hello,

    Edit Product Categories widget and in the style tab in the carousel settings, set the slides per view for mobile.

    See Screenshot for better understanding: https://postimg.cc/94P4smrP

    Best Regards,

    #685083

    mantsve
    Participant

    ??? I’m talking about text. On desktop is in the middle of category picture, and on mobile is below. So on mobile also should be in the middle of picture as you can see in the settings.

    #685171

    Hello,

    This is the way it works on mobile, but if you want it to show like the desktop in the mobile, Try to add custom css code in Theme Settings > Custom > Custom CSS for mobile.

    .category-grid-item .wd-cat-content.hover-mask {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.3); 
        color: #fff; 
      }

    Best Regards,

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