Changing block size
PermalinkI have created another discussion in the past for something similar to this, but this is a different subject.
I would like to change the size of a block in the main section. Does anyone knows which is file contains the sizes?
Thank you!
And CollectionVersionThemeCustomStyles for the Theme
The css is saved to StyleCustomizerCustomCssRecords
Thanks again!
Did you clear the cache ?
I changed the size of the blocks by using the inspector on safari. when i found the right values, i applied them to the header.php
What will happen when you upgrade the theme ? And will you still remember these changes in a few years time ?
You can almost always do this with css, but you might have to use a more specific selector.
Anyways, good luck
1. create a layout with columns and insert your block into it.
2. add bootstrap grid classes to the block directly ('col-xs-12 col-sm-6 col-md-3' eg to make it resp. full-width, half-width- 1/4-width for extrasmall, small, medium screens)
3. add a custom class to the block: 'myClass' and add custom css:
http://www.anchor-ict.com/blog/concrete5-add-css-block...
Good luck!