Can i remove the categories whitespace on the slider on the original plugin?
.mainnav ul {
display: none;
}
.mainslider {
width: calc(100% - 1px);
display: flex;
margin: 0 0 0 1px;
flex-direction: row-reverse;
flex-basis: unset !important;
}
You are welcomeThanks Chris. I was trying to remove it from the php. CSS is a much better way.