• Resolved kchiu32

    (@kchiu32)


    Hi Ben,

    Is there a way to make the posts on the home page narrower? I would like more empty space on the left & right. Only on the home page though. Not on the posts or pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sure! That can be done with the following CSS:

    .blog .main {
      width: 80%;
    }

    The “80%” value can be increased to add even more space on the sides around the posts.

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    P.S. We have a growing library of similar CSS snippets you can copy and paste to customize your site. You can check it out here: https://www.competethemes.com/help/tracks-css-snippets/

    Thread Starter kchiu32

    (@kchiu32)

    As always, thanks!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Narrower blog post on home page’ is closed to new replies.