WebSite X5Help Center

 
Siegbert G.
Siegbert G.
User

Raum oberhalb von Seitenblog fehlt  de

Author: Siegbert G.
Visited 74, Followers 1, Shared 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 ANSWERS - 1 CORRECT
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.

Read more
Posted on the from Eric C.
Siegbert G.
Siegbert G.
User
Author

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

Read more
Posted on the from Siegbert G.
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month 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 -----

Read more
Posted on the from Daniel W.
Siegbert G.
Siegbert G.
User
Author

Vielen Dank für den Hinweis.

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

Read more
Posted on the from Siegbert G.