hi i am getting exta page width on Furniture Theme.
https://www.sanicosmeticos.com
Swiper image size is 1920x847
Thanks
Extra page Width
Monday, November 25, 2024 5:32:11 PM
When open your store, able to see that slide is not fully width as it was design at the FurnitureTheme. During investigation between online demo and your store, was able to find more differences. Below code from your store and demo of the theme.
To tell you more about issue, we would need to get access to your store and made analysis. That would be paid support service.
To tell you more about issue, we would need to get access to your store and made analysis. That would be paid support service.
Best regards,
Tomasz
GrandNode Team
Tomasz
GrandNode Team
0
Hi
after investigating a bit i solve my problem
bool isRtl = this.ShouldUseRtlTheme() ? true : false;
<div id="GrandSlider" class="swiper-container" @(isRtl ? "dir=\"rtl\"" : "")>
the GrandSlider was not activating if the theam is not set to right to left
Thank you
after investigating a bit i solve my problem
bool isRtl = this.ShouldUseRtlTheme() ? true : false;
<div id="GrandSlider" class="swiper-container" @(isRtl ? "dir=\"rtl\"" : "")>
the GrandSlider was not activating if the theam is not set to right to left
Thank you
0