hi. what can i do to get this image here to full size that it looks like this: http://imgur.com/ucQs5Zk
Hey corneliaboehm!
Please add the following to your CSS:
.container { padding 0px !important; }
and let us know if that fixes the issue for you.
Cheers!
Basilis
Thank you but no effect.
Any ideas?
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/
Regards,
Yigit
Thank you Yigit. I have added this code!!!!!
Hey!
Please add following code to Quick CSS
#portfolio .content {
padding: 0;
}
#portfolio .container {
max-width: 100%!important;
width: 100%!important;
padding: 0!important;
}
Best regards,
Yigit
Cool. Can you help us also to get this image full size on mobile view? http://imgur.com/JbAjfL4
Hi!
Please add following code to Quick CSS as well
#landingpagecontainer .container {
max-width: 100%!important;
}
Cheers!
Yigit
Sorry Yigit. We use a custom css class for the image.
.bigpicture .container { max-width: 100% !important; width: 100% !important; padding: 0 !important; }
Can you hel us to get this code inside the class? where must we add this code:
#landingpagecontainer .container {
max-width: 100%!important;
}