hello admin I have edit block size (block height) . how to fix ?
Hi
How you want it should be?
saguaros
block size height = 180 px
You can use this custom CSS to set height for this module:
.t3-sl-1 .t3-spotlight-1 .t3-module { min-height: 180px; height: 180px; }
where can i use this CSS?
You can put into file: ROOT/templates/ja_medicare/css/custom.css ( Create this file if it doesn't exist now)
thank you so much.