Aligning individual blog posts for Activello WordPress theme

Good Morning,

I wonder if somebody could give me some tips! I have finally found a theme I love, but struggling with a few things…

I am trying to align my individual blog posts so when you click into them they are central to the page. I have clicked on “Full Width” but it doesn’t centralise it, it keeps the post to the left and I have a huge white space on the right. I then clicked on “No Sidebar” and it moved it to the middle of the page but on my homepage my widgets had disappeared! Is there a way of aligning individual posts so they are central and more appealing on the eye?

Many Thanks

Anna-Marie {mummyheartsyou.com}

Hi Anna-Marie,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.single-post .main-content-inner.col-sm-12.col-md-8 {
    margin: 0 auto;
    float: none;
}

Best Regards,
Movin

Thank you so much, much appreciated!

Anna-Marie

You are most welcome here :slight_smile: