• Hi,

    I really just want to keep the site nice and simple, so have opted for the latest posts option, but I don’t seem to be able to get the content centred, it seems like there is space for a right hand sidebar, but I don’t really need / want one there.

    Anything I can try / check to fix?

    Thanks in advance!

    Dave.

    The page I need help with: [log in to see the link]

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

    (@hashthemes)

    The right had spacing is for the sidebar as you can see in our demo as well. However, if you don’t want a sidebar then you can remove it and center the content with some custom CSS code

    Go to Appearance > Customize > Additional CSS and paste the below CSS code

    #primary {
        float: none;
        margin: 0 auto;
    }
    Thread Starter davedw

    (@davedw)

    Thanks so much for your help 🙂

    Theme Author HashThemes

    (@hashthemes)

    You are welcome. Please leave us a review of our theme if you like it.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Homepage as ‘your latest posts’ – centre content?’ is closed to new replies.