Comments Michael started the conversationSeptember 16, 2015 at 2:50amThe slide content gets squished when set to right alignment when viewing from a mobile device. I can't figure out where to change that content div but it seems like there would be too much padding or something in the responsive css. Can you help? 8,990Tahir repliedSeptember 16, 2015 at 5:18pmHey ,Please see: https://themenectar.ticksy.com/article/2037/ . Also this might help: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug Thanks ThemeNectar Support Team Michael repliedSeptember 16, 2015 at 9:30pmThanks! I was able to find it using Firebug. For anyone else who runs into this problem: Style.css line 4248:.nectar-slider-wrap[data-full-width=\"false\"]:not([data-parallax=\"true\"]) .swiper-slide[data-x-pos=\"right\"] .content { padding: 0px 100px 0px 0px!important;}Change padding to: 0px 10px 0px 0px Sign in to reply ...
The slide content gets squished when set to right alignment when viewing from a mobile device. I can't figure out where to change that content div but it seems like there would be too much padding or something in the responsive css. Can you help?
Hey ,
Please see: https://themenectar.ticksy.com/article/2037/ . Also this might help:
https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug
Thanks
ThemeNectar Support Team
Thanks! I was able to find it using Firebug.
For anyone else who runs into this problem:
Style.css line 4248:
.nectar-slider-wrap[data-full-width=\"false\"]:not([data-parallax=\"true\"]) .swiper-slide[data-x-pos=\"right\"] .content {
padding: 0px 100px 0px 0px!important;
}
Change padding to: 0px 10px 0px 0px