WebSite X5Help Center

 
Mandar V.
Mandar V.
User

Side margine in the blog  en

Autor: Mandar V.
Visitado 45, Seguidores 1, Compartilhado 0  

Please refer this post and the suggestion which works fine with a mobile version. But in a desktop version, side margine is still zero. Please suggest a solution to this issue. 

Attached screenshots for your kind consideration - 

1. In a desktop version - 

2. In a mobile version it appears good - 

Publicado em
1 RESPOSTAS
Daniel W.
Daniel W.
User
Usuário do mês DEUsuário do mês EN

In WebSite X5 under "3 Sitemap" scroll down to the Special Pages and mark "Blog: Main Page", then click "Properties" at the top and click the "Advanced" tab.

Here at ...

     Custom Code:

     Before the closing </HEAD> tag

...insert this CSS code:

<style>
#imBlogPage {
margin-left: 20px !important;
margin-right: 20px !important;
}
</style>

----- 2 Screenshots -----

----- Screenshot (2) -----

Ler mais
Publicado em de Daniel W.