Hello Everyone!
I have a problem, and I need help yours…
In my website I have a image without side margins, but this image in mobile mode, stay a big side margin… What’s happening?
Has some kind of code to solve this?
Tks and Cheers!
Hi virtualsa!
Are you referring to the “tres lagoas” image? Try adding this to your custom CSS.
@media only screen and (max-width: 767px) {
.avia_image { width: 50% !important; }
}
If that’s not it then take a screenshot and highlight what your seeing so we can get a better idea.
Best regards,
Elliott
Hello Elliot!
I’m trying paste this code, but not work…
I’m spending a picture for you to understand what image they want you to be full width in mobile…
http://43d.f6c.myftpupload.com/wp-content/uploads/2014/12/ask.jpg
Hi!
Try adding this to your custom CSS.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner { max-width: 100% !important; width: 100% !important; }
}
Or if that is causing weird behaviour then drag a codeblock element to your page and add this inside.
<style type = "text/css">
@media only screen and (max-width: 767px) {
#av-layout-grid-2 .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner { max-width: 100% !important; width: 100% !important; }
}
</style>
Best regards,
Elliott
Ohhhhh Now worked!
Thanks Elliott!
Chers!