Slider and widget column mobile glitch
-
Hello Sir,
i have made this website: http://www.robotop.it
On mobile view, the third slider and the second column widget have a glitch.
Please see this screenshot:
1) slider glitch: http://prntscr.com/qnlysp
2) column glitch (is placed right): http://prntscr.com/qnm0mb
How i can fix?
Thanks and best regards
Hello,
For the slider glitch you need to adjust your third slide and move the image a little above by editing your slide from Dashboard >> Slider Revolution.
Your column issue is fixed now. I used your custom class which you defined for that column and add the below CSS code accordingly in theme settings >> custom CSS >> global custom CSS:
.mobilefix .info-box-wrapper {
margin-left: -50px;
}
Result: https://jmp.sh/Dd4OPRi
Best Regards.
Hello Sir,
thanks for the help, but now i have the opposite problem, please see: http://prntscr.com/qpflmd
How is possible?
Thanks and regards
Most Welcome,
I have seen your screenshot. If you want to move that column towards right, which you pointed out in your screenshot then use the below CSS code in theme settings >> custom CSS >> Custom CSS for mobile:
.mobilefix .info-box-wrapper {
margin-left: -40px;
}
Best Regards.