Hi there!
I am looking to fix the margins on my articles. especially on mobile devices. i don’t know how to do it. I think the problem is that site if full width (100%) which makes articles also 100% wide.
I have tried adding these two CSS things, but they reshape the article image and text waaay too narrow.
.single-post .x-main article.post {
max-width: 800px;
margin: auto;
}
.single-post .x-container.max {
padding: 0 6em !important;
}
On best case scenario i would love to have my articles slightly narrower than what they are now (mobile+computer). Hope you can help.
Oh! and here is the link to article:
Best regards,
Ville