Customization tips | Stratos - Documentation | JoomShaper

Stratos

Updated Last: 27 August 2025

Customization tips

How to remove the left column (space) in the blog detail view

Indeed, it requires extra Custom CSS:

.article-details-wrap > .row > .col-md-4 {width: 0%; display: none;}
.article-details-wrap > .row > .col-md-8 {width: 100%;}

Now read the Helix documentation tip on how & where to use it.

MORE TIPS SOON...