WebSite X5Help Center

 
Siegbert G.
Siegbert G.
User

Raum oberhalb von Seitenblog fehlt  de

Autor: Siegbert G.
Visited 312, Followers 1, Udostępniony 0  

Seit dem Update auf Agency ist der Raum oberhalb vom Seitenblock verschwunden.

Ich habe für die Gestaltung seither folgenden Code verwendet damit der Blog nicht am Seitenrand hängt:

<style>
.imBlogPostBody, #imBlogContent .imBreadcrumb, #imPgTitle, #imPgTitle a, .imPgTitle, .imPgTitle a {
margin-left: 18px;
margin-right: 20px;
margin-top: 20px;
}
</style>


<style>
#imBlogPage.imBlogHome #imBlogContent {
width: 83% !important;}
#imBlogContent {margin-left: 7px!important;}
#imBlogContent {margin-right: 5px!important;}
#imBlogContent {margin-top: 10px!important;}
#imBlogPage.imBlogArticle #imBlogContent {
width:79% !important;}

@media (max-width: 1199.4px) and (min-width: 720px) {
#imBlogPage.imBlogHome #imBlogContent {
width: 70% !important;}
}
@media (max-width: 719.3px) and (min-width: 480px) {
#imBlogPage.imBlogHome #imBlogContent {
width: 55% !important;}
}

@media (max-width: 1199.4px) and (min-width: 720px) {
#imBlogPage.imBlogArticle #imBlogContent {
width: 58% !important;}
}
@media (max-width: 719.3px) and (min-width: 480px) {
#imBlogPage.imBlogArticle #imBlogContent {
width: 27% !important;}
}
</style>

Posted on the
4 ODPOWIEDZI - 1 PRAWIDłOWA ODPOWIEDź
Incomedia
Eric C.
Incomedia

Hello,
the issue is not related to the Agency version: I have now reported it to the development team for a future fix.

Online translation:

Hallo,
das Problem steht nicht im Zusammenhang mit der Agency-Version: Ich habe es nun dem Entwicklungsteam für eine zukünftige Behebung gemeldet.

Czytaj więcej
Posted on the from Eric C.
Siegbert G.
Siegbert G.
User
Autor

Vielleicht kann mir jemand mit einem Code für Seitenblog weiterhelfen.
Bei den Blogartikeln funktioniert es ohne Probleme.

Czytaj więcej
Posted on the from Siegbert G.
Daniel W.
Daniel W.
User
Najlepszy Użytkownik miesiąca DENajlepszy Użytkownik miesiąca EN

Mit dem Web-Entwicklungstool von Firefox getestet, siehe Screenshot unten

In WebSite X5 bei "3 Sitemap" unten bei den Spezialseiten "Blog: Hauptseite" markieren, oben auf "Eigenschaften" klicken und im Reiter "Erweitert" den CSS-Code einfügen bei ...

Benutzerdefinierter Code

Vor dem </HEAD> Tag

     .imBlogBlock { margin-top: 10px; }

Die aktuelle Version hat offenbar die Angabe für margin-top vergessen.

----- Ansicht Web-Entwicklertool von Firefox -----

Czytaj więcej
Posted on the from Daniel W.
Siegbert G.
Siegbert G.
User
Autor

Vielen Dank für den Hinweis.

ich musste es natürlich zwischen </style> einfügen, dann hat es funktioniert.

Czytaj więcej
Posted on the from Siegbert G.