Hi, I just wonder how to decrease the white space in the left and right side of the mobile layout, as the space there is just too much.
And another question is: is there any way to disable the easyslide for the mobile view?
Thanks in advance!
Hey hsie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .container {
width: 90%; }
.avia-slideshow {
display: none; }}
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.content { padding-bottom: 10px; }}
Regards,
Yigit
thanks!