Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #751304

    Hi there,

    is there a way to achieve similar layout to the screenshot below? Could this be done somehow with a color section element?

    View post on imgur.com

    Thanks

    #753332

    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

    #753343

    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?

    View post on imgur.com

    Thanks

    #756162

    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

    #756164

    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

    #799946

    you can close this one

    #799999

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘blog layout – grey background wrapper’ is closed to new replies.