Slider question

chris37

Well-Known Member
Can i remove the categories whitespace on the slider on the original plugin?

Hello Joemax 1990 ofcource you can :)

Code:
.mainnav ul {
    display: none;
    }

.mainslider {
    width: calc(100% - 1px);
    display: flex;
    margin: 0 0 0 1px;
    flex-direction: row-reverse;
    flex-basis: unset !important;
}

Use the code in customization --> Head --> Then enter the code on CSS style box

And you gonna have this (see screenshot here snipboard.io/zZrECM.jpg )



Best Regard
Chris
 
Last edited:
Top