Hi everyone!
While setting up a list using the seb_blog layout, I've noticed that the width of each column is automatically calculated based on the number of columns in a block.
So, for instance, if TOPBODY-A, TOPBODY-B and TOPBODY-C have any contents, than each column is automatically assigned 33.3% width via CSS (classes cck-w33f,.cck-w34f). If only two columns are present, each gets 50% wide through a shared CSS class (.cck-w50).
After some sleuthing, I found that these automatically generated CSS class assignments could be configured in the "seb_blog - [content_type_name] (list)" template, which is present in the Joomla Templates manager.
After changing the values in the Column Width field from "50,50" to "20,80", however, the same .cck-w50 CSS class is till applied,
Overriding the value of the width property in .cck-w50 is not a choice because both columns (TOPBODY-A and TOPBODY-B) will use it.
seb_blog list template settings:
https://www.dropbox.com/s/g6thmtdu6zz5yqk/Screenshot%202016-10-07%2011.07.06.png?dl=0
Environment:
SEBLOD 3,10.0
Joomla 3.6.2
Any help is more than welcome.