RSS Feed/News Carousel-container.less Margin not properly set for RTL

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
27,308
Points
823

Reputation:

When switching to RTL language the Carousel-container.less Margin is not properly set.

Before the fix:
1744917909911.webp

After the fix:
1744917974754.webp

Appreciate it to add to the core the rtl margin fixing code carousel.less

Less:

Code:
.carousel-container
    {
        flex: 0 0 auto;
        width: calc((100% - (var(--f-carousel-spacing) * (var(--xf-slidesPerPage) - 1))) / var(--xf-slidesPerPage));
        margin: 0 var(--f-carousel-spacing) 0 0;

/* Fix for RTL */
        &...

Read more

Continue reading...
 
Status
Not open for further replies.
Top