How to Center Title for "recent posts" widget on homepage

Hi there!

Right now i added a widget in the homepage for recent posts but the title is off to the left, I am wondering what the code is to move it to the center?

Hope you can help me !

Hi @marie,

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

Could you please share me your site URL where it’s displaying so that i can help you to make it centre aligned?

Kind Regards,
Movin

www.mariescholz.com

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 -> Shapely Options -> Other



body.home .shapely-recent-posts {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

Hi i’m new here, and i have the same problem with the other title widget, and i use your code and it doesn’t work. :confused:

i attach my screenshot

@trisnakurniawan To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.