how to center custom size portfolio

Hello,

thank for your great theme shapely, it’s beautiful.

my problem is to focus my portfolio custom widget

my website: www.serimark-gap.com/wp/

thank you :slight_smile:

Hi @sylvain05,

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


#page .shapely_home_portfolio > .projects > .container {
    width: auto;
}
#page .shapely_home_portfolio {
    display: table;
    margin: 0 auto;
}

Best Regards,
Movin

Hi @Movin,

Great !!!
thank you very much.

Best regards,
Sylvain

You are most welcome here :slight_smile: