WebSite X5Help Center

 
Derek K.
Derek K.
User

Margins on blog article  en

Autor: Derek K.
Visited 503, Followers 1, Udostępniony 0  

I have created a blog for https://orangedreamz.com and I am disappointed at the article margins and no matter what I try I cannot get the left hand margin correct. The article content goes to the edge of the browser. It is also the same with the article header. Any ideas.

Posted on the
2 ODPOWIEDZI - 1 PRAWIDłOWA ODPOWIEDź
Aleksej H.
Aleksej H.
Moderator

Hello. Try this:

<style>
@media (max-width: 479.9px) {
#imBlogContent, #imBlogSidebar {
padding-left: 10px;
padding-right: 10px;
}
}
</style>

Czytaj więcej
Posted on the from Aleksej H.
Derek K.
Derek K.
User
Autor

Thanks Aleksej, this seems to have worked.

Czytaj więcej
Posted on the from Derek K.