Hi,
At the top of my site, is there a way to extend the green box all the way to the left while keeping the text in the same place?
Also, is there a way to make the image of a Sophia R overlap her biography and also make her biography box overlap the green above?
Thank you!
Hey jaimemerz,
Please try the following in Quick CSS under Enfold->General Styling:
.home #av_section_1 .container {
max-width: 100%;
padding: 0;
}
Please add classes to the elements which you want to overlap, then let us know when you are done.
Best regards,
Rikard
Thank you!
I added classes and I am trying to overlap CSS class “color-section-1” over top of “top-section”.
Hi,
Thank you for the update.
You can use this css code to pull the color-section-1 upwards and over the top-section.
#top .color-section-1 {
margin-top: -50px;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael