You need to use both codes together : )
- Code: Select all
.banner .nspArt .nspContainer .nspHeader.fnull, .banner .nspArt .nspContainer .readon.fnull {
left: 0;
}
.banner .nspArt .nspContainer .nspHeader.fnone, .banner .nspArt .nspContainer .readon.fnone {
left: 0;
}
This is related to float options in module settings article layout, such as float left, float right, float none. In our demo admins probably changed a settings and haven't noticed the error.
Alternatively you can change float options for title or text in article layout to float left and that should results in correct html markup which required css code is already available in your style files.
Let me know if you need further help.