Site logo

Archived topic

Organize Blog Columns

3 replies · Started by Rocky on January 28, 2019

Viewing posts 1–4 of 4

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

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 :)

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

You're welcome :)

This archived topic is closed to new replies.