[Resolved] Organize Blog Columns

Home Forums Support [Resolved] Organize Blog Columns

Home Forums Support Organize Blog Columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #794989
    Rocky

    Anyone know how I can add a background to my blog columns and maybe widen them a little so that I can organize the Posts page better.

    Similar to this: https://www.screencast.com/t/tnnjQbTT8

    My website is rockyullah.com/blog

    Thanks,

    Rocky

    #795003
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

    .generate-columns .inside-article {
        background: #fafafa;
        padding: 40px;
    }

    It’s no narrow because your container width is set to 700px. You can set the container width for the columns to something higher like this:

    .generate-columns-activated #page {
        max-width: 1000px;
    }

    Let me know if you need more info ๐Ÿ™‚

    #795012
    Rocky

    Thanks this is great! You guys always crush it for me. Truly appreciate it.

    #795649
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.