Good evening,
How to get a full width projection of enfold on Mobile phones? At the moment there is left and right of the screen 20PX of white space. How to change that?
I checked other websites on same mobile phone with max full screen options.
Please advice?
Gr. bert
Hey Bert,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
You can reduce it a bit by enlarging the width percentages. Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .container {
width: 90%!important;
max-width: 90%!important;
}}
Best regards,
Jordan Shannon
Thanks Jordan! This works better.
Gr. Bert
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon