-
AuthorPosts
-
March 2, 2020 at 1:50 pm #1189424
hi
i have an issue with fullwidth images i can’t stretch from edge to edge.I mean REALLY from edge to edge.so far i have only achieved to strech it by leaving a small gab between the image and the the border(or margin or whatever it’s called) and it affected all the other elements
i trie looking at old threads for unique customization and copied a code but all i did was move the picture two the leftneed help please!
the issue is the picture under the icon section with a woman in white background on the landing page
thanks
March 2, 2020 at 2:31 pm #1189436Hey,
Thanks for contacting us!
You have inserted custom CSS code in ID section of your image. I edited your page and deleted it from your image element and gave unique ID (“fwcs”) to your Color Section – https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2018/08/anchors.png and then added following code to Quick CSS in Enfold theme options > General Styling tab
#fwcs .container { margin: 0; padding: 0; max-width: 100%; } #fwcs .content { padding: 0!important; }
If there are any other sections where you would like to display edge to edge, you can insert your content into Color Section element and use the same ID “fwcs”.
Please review your website :)
Cheers!
YigitMarch 2, 2020 at 4:59 pm #1189478thank you so much! but there’s still a gap between the side edges.is this as far as i can go with the template?
March 2, 2020 at 5:20 pm #1189481Hey,
Please add following code to Quick CSS as well
#fwcs .avia-image-container-inner, #fwcs img { width: 100%; }
That is because image width is currently 1500px so on screens wider than 1500px. Using CSS code above might make your image blurry on wider screens so please upload wider image if possible, if not, code above should help :)
Cheers!
YigitMarch 5, 2020 at 11:49 am #1190392hey
just to notify you that it works and that you can close this thread
many thanks
March 5, 2020 at 12:59 pm #1190411Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit -
AuthorPosts
- The topic ‘stretch image from edge to edge (really)’ is closed to new replies.