Hello,
How can I remove right and left gaps from mobile theme?
I tried solutions provided here but no luck.
Merhabalar!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .container {
width: 95%;
max-width: 95%;
}}
If that does not help, please post a screenshot and show the changes you would like to make.
Regards,
Yigit
Merhaba,
Thanks a lot Yiğit,
It worked for the posts, but not for the posts slider.
so,
I mean how can i do this with posts slider? :)
Merhabalar!
Code i posted should have worked for all containers. Can you please post a screenshot of your item and link to your page?
Cheers!
Yigit
MErhaba,
I added to the private sec
Merhabalar
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { width: 96%; }}
Cheers!
Yigit
Thanks a lot, that worked.
Regards