Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 left

    need help please!

    the issue is the picture under the icon section with a woman in white background on the landing page

    thanks

    #1189436

    Hey,

    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!
    Yigit

    #1189478

    thank you so much! but there’s still a gap between the side edges.is this as far as i can go with the template?

    #1189481

    Hey,

    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!
    Yigit

    #1190392

    hey

    just to notify you that it works and that you can close this thread

    many thanks

    #1190411

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘stretch image from edge to edge (really)’ is closed to new replies.