Hi,
i use startup biz template , but when i change language to persian (RTL) , some module not working . like slideshow in homepage !
any one can guide me ehat should i do ?
site : fanusco.ir
thanks,
Accepted Answer
Hi,
Add this code to your custom.css file to get your slider back:
.sppb-slider-item-wrapper {
direction: ltr;
}
The slide show in home page issue is something I've encountered before.
If I'm not mistaken it has something to do with float not being changed correctly.
If you post your site URL here I can try and help you with this.
The slide show in home page issue is something I've encountered before.
If I'm not mistaken it has something to do with float not being changed correctly.
If you post your site URL here I can try and help you with this.