Dear Sir
i got a question about image of page out of border when i see it from my ipad2, how can i fix it let image just in the border
i use avia layout builder to create a single full width column, and give text block content elements to insert image, it’s just out of boder as below how can i fix it just in the border?? the image of width just 940px
image out of border:http://goo.gl/DnGwGx
thanks
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.container .twelve.units, .responsive .container .twelve.units {
width: auto; }
}}
Cheers!
Yigit
Hi Yigit
Thanks for your help, problem solved ~