WebSite X5Help Center

 
Siegbert G.
Siegbert G.
User

Raum oberhalb von Seitenblog fehlt  de

Auteur : Siegbert G.
Visité 65, Followers 1, Partagé 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>

Posté le
4 RéPONSES - 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.

Lire plus
Posté le de Eric C.
Siegbert G.
Siegbert G.
User
Auteur

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

Lire plus
Posté le de Siegbert G.
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois 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 -----

Lire plus
Posté le de Daniel W.
Siegbert G.
Siegbert G.
User
Auteur

Vielen Dank für den Hinweis.

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

Lire plus
Posté le de Siegbert G.