Raum oberhalb von Seitenblog fehlt 
Autor: Siegbert G.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>
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.
Autor
Vielleicht kann mir jemand mit einem Code für Seitenblog weiterhelfen.
Bei den Blogartikeln funktioniert es ohne Probleme.