i would like for the blog to be full width instead of on the side. is this possible the url is https://hgo23.myshopify.com/blogs/news/blog1
Hi,
I checked and saw the blogs width was full-width already.
So which is thing you want to make full-width here?
Hi hanks for helping. for some reason the title will only go so far then
cut off and start another line and the content is just to far to the left.
Is there a way to have it be center
To solved, you can add the code bellow to ap-theme.css file, to find that file you can go
Admin → Theme → Customize Code → assets
.article__main-part .article__content .article-template__title{
text-align: center;
}
