Hi there,
is there a way to achieve similar layout to the screenshot below? Could this be done somehow with a color section element?
Thanks
Hey clairemartindigital,
I think that is possible, you can try to add a color section, change the background color, also in Section ID put mytitle then add this css code in Quick CSS (located in Enfold > General Styling):
#mytitle {
width: 60%;
margin: 0 auto;
display: block;
float: none;
}
Just adjust the width as you see fit. Hope this helps.
Best regards,
Nikko
HI Nikko,
Below is what I got so far. What I am looking for is that the blog posts extend to the left and right beyond the size of the section element underneath. It seems that your provided css simply resizes the width of the color section. What i am looking for is for a solution to let an element extend to the left and right beyond the size of the color section. Does that make sense?
Thanks
Hey!
Thank you for the info. I think you’re looking for the following solution.
// http://kriesi.at/documentation/enfold/color-section-with-100-container/
Regards,
Ismael
Hi,
Yes, I get what you want to achieve however, containers are used for responsive purposes as well and the script used for positioning calculates the width of the container so it doesn’t exceed. The workaround that I could think for to what you want to achieve without having
an image set as a background with gray rectangle so it will have the same appearance as the screenshot you gave.
Best regards,
Nikko
you can close this one