Debut Theme- How To Align Blog container

Jack2601
Visitor
3 0 1

I use the Debut Theme and changed the liquid to sections.
I love the new feature.

But my blogpost page is not showing the way I want.
The text is aligned at the left side.

Who knows whats wrong?
Look at https://www.thuisbijjou.nl/blogs/nieuws/uitgelicht-mei-vazen what I mean 

Replies 2 (2)

KetanKumar
Shopify Partner
36843 3636 11978

@Jack2601 

sorry for that issue please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second

#shopify-section-template--14885739266211__main {
    text-align: center;
}
#shopify-section-template--14885739266211__main .social-sharing {justify-content: center;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

Kinjaldavra
Shopify Partner
2302 570 1423

hello @Jack2601 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-template--14885739266211__main {
    text-align: center;
}
#shopify-section-template--14885739266211__main .social-sharing {justify-content: center;}