WebSite X5Help Center

 
Siegbert G.
Siegbert G.
User

Raum oberhalb von Seitenblog fehlt  de

Autor: Siegbert G.
Besucht 41, Followers 1, Geteilt 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>

Gepostet am
2 ANTWORTEN
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.

Mehr lesen
Gepostet am von 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.

Mehr lesen
Gepostet am von Siegbert G.