Hi, I have come across 2 issues to do with the dmm community blog module formatting layout on mobile devices particularly Chrome.
/* ===== DESKTOP/TABLET: enforce your original float layout ===== / @media (min-width: 601px) { .ModBlogC .bbs-listarticle { display: block !important; / cancel any flex from earlier patch / } .ModBlogC .bbs-listarticle figure { float: left !important; / your original behaviour / margin: 8px 40px 0 0 !important; width: 250px !important; } .ModBlogC .bbs-listarticle .content { overflow: hidden !important; / keep text beside the image / min-width: 0; / harmless here; helps Chrome if flex ever sneaks in */ } }
/* Clearfix (safe regardless of float/flex) / .ModBlogC .bbs-listarticle::after { content: ""; display: table; clear: both; } / --- Blog pager: make numbers visible on small screens --- / @media (max-width: 767.98px) { / Previously: li { display:none } except .button — that hides numbers on phones */ .ModBlogC .bbs-pager .bbs-pagination li { display: inline-block !important; }
/* Let items wrap nicely and avoid off-screen overflow / .ModBlogC .bbs-pager .bbs-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: .4em; width: 100%; margin: 2em auto 5em; / extra bottom space so it’s not cut off */ } }
If this helps anyone that's good but if not just disregard. If want to see the results navigate here with you mobile phone: https://forrestministries.com/Blog
Trevor
Hi Forro_54,
If you would like to notify the people that are voluntarily working on this module about this layout problems, you should log this into Github -> Issues -> New Issue (https://github.com/DNNCom...Dnn.CommunityForums)
Also, I saw a recent post about a new update in this module and some of those changes were related to mobile layout, maybe you want to take a look at this here and at last, make sure you update the module to the latest version in order to get all the good stuff from recent upgrades.
BTW, it'll be great if you think about the possibility of sponsorship the layout fixes through GitHub; this could speed things up for you in the next upgrade.
Regards,
Posted By Marco Alvarado on 12/29/2025 12:46 PM Hi Forro_54, If you would like to notify the people that are voluntarily working on this module about this layout problems, you should log this into Github -> Issues -> New Issue (https://github.com/DNNCom...Dnn.CommunityForums) Also, I saw a recent post about a new update in this module and some of those changes were related to mobile layout, maybe you want to take a look at this here and at last, make sure you update the module to the latest version in order to get all the good stuff from recent upgrades.
Marco, the original post is about the blog module, not the forums module.
Hi, I have posted the code on Git for the developers. Regards Trevor
Posted By johnhenley on 12/29/2025 12:31 PM Posted By Marco Alvarado on 12/29/2025 12:46 PM Hi Forro_54, If you would like to notify the people that are voluntarily working on this module about this layout problems, you should log this into Github -> Issues -> New Issue (https://github.com/DNNCom...Dnn.CommunityForums) Also, I saw a recent post about a new update in this module and some of those changes were related to mobile layout, maybe you want to take a look at this here and at last, make sure you update the module to the latest version in order to get all the good stuff from recent upgrades. Marco, the original post is about the blog module, not the forums module.
Sorry guys, my bad.
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.