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
1 Like
@Jack2601
sorry for that issue please add this code
- Go to Online Store->Theme->Edit code
- 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;}
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;}