Hello,

The social theme seems to be a sub-theme based on bootstrap, however implementing certain bootstrap elements such as col-md-3, hidden-sm doesn't seem to be working.

Can anyone help me understand this issue?

Thank you!

Comments

airlorm created an issue. See original summary.

maikelkoopman’s picture

Open social doesn't include a grid system library. For the bootstrap base theme you can optionally load all components via a cdn. We have chosen not to do this, because we will serve too much styles that are not used and also we can't change the styles that are loaded externally. So in short: it is not in Open Social.

However, you can add a grid of your choosing in your subtheme. Simply create a component in your library and add it via the subtheme.info.yml.

maikelkoopman’s picture

Status: Active » Closed (works as designed)