WebSite X5Help Center

 
Ionescu C.
Ionescu C.
User

Script not working anymore  en

Autor: Ionescu C.
Visited 774, Followers 1, Udostępniony 0  

Hello, 

So I have made a post, an answer was provided (with a script), I have used it, and it worked fine.

Now the same script is not working anymore, how come?

Post link 

Link of the website

Regards, 

Cristi

Posted on the
4 ODPOWIEDZI - 1 POMOCNY - 1 PRAWIDłOWA ODPOWIEDź
Giuseppe Guida
Giuseppe Guida
User

Hi, at resolutions higher than 480 I see the lateral space regularly, only for resolutions from 480px down the space disappeared.

Try changing the last part of the code from like this:

<!-- Visualizaciones abajo de 480 -->
<style>
@media(max-width: 479px){

.imBlogPostBody{
padding: 10px 10px 10px 10px;
}
}
</style>

in this:

<!-- Visualizaciones abajo de 480 -->
<style>
@media(max-width: 479px){

.imBlogPostBody{
padding: 10px 10px 10px 25px;
}
}
</style>

Czytaj więcej
Posted on the from Giuseppe Guida
Giuseppe Guida
Giuseppe Guida
User

I see at each resolution a bit of space on both the right and left ... Strange that you don't see space. It seems to me that the script still works. Try doing Ctrl + F5 when you are on the page that has the problem

Czytaj więcej
Posted on the from Giuseppe Guida
Ionescu C.
Ionescu C.
User
Autor

Hey, 

This is what I'm refering

In the article itself.

Not where you see all the articles.

Regards, 

Cristi

Czytaj więcej
Posted on the from Ionescu C.
Giuseppe Guida
Giuseppe Guida
User

Ah, ok...

Try this:

<style>
#imPgTitle, .imPgTitle {
margin-left: 10px !important;
}
.imBreadcrumb, #imBreadcrumb {
margin-left: 10px !important;
}
</style>

Czytaj więcej
Posted on the from Giuseppe Guida