-
AuthorPosts
-
June 17, 2021 at 11:20 pm #1306241
Dear Kriesi Team,
June 18, 2021 at 2:52 pm #1306363Hey,
Thanks for contacting us!
You can refer to this post – https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width and create Color Section elements with 100% content width and insert your image element inside it :)
Regards,
YigitJune 18, 2021 at 2:55 pm #1306364Hi Yigit
June 18, 2021 at 3:14 pm #1306371Hi,
You can edit your Color Section element and give it a custom ID “section-container-width” and then add following code to Enfold theme options > General Styling > Quick CSS field so the content of that Color Section element would be fullwidth
/* Color section container width */ #section-container-width .container { width: 100% !important; min-width: 100%; padding: 0; margin: 0; }After that you can insert your linked Image element inside that Color Section element and it would be displayed fullwidth :)
Best regards,
YigitJune 18, 2021 at 6:02 pm #1306443This reply has been marked as private.June 21, 2021 at 4:55 am #1306642Hi,
It looks like you have added the wrong ID to your section, I’m seeing this ID:
-color-section-container-width--section-container-width-.container--width-100-important-min-width-100-padding-0-margin-0-Please try adding section-container-width only to the ID field, then add the rest into Quick CSS:
/* Color section container width */ #section-container-width .container { width: 100% !important; min-width: 100%; padding: 0; margin: 0; }Best regards,
RikardJune 21, 2021 at 2:40 pm #1306737This reply has been marked as private.June 23, 2021 at 4:23 am #1307056Hi,
Thanks for the update. I’ve edited the section with the Kraftplatz image. I added the section-container-width to the Color Section CSS field option, then I added this to Quick CSS:
/* Color section container width */ .section-container-width .container { width: 100% !important; min-width: 100%; padding: 0; margin: 0; }You can find Quick CSS under Enfold->General Styling.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.
