hi,
using the above module and selected k2 categories /news blocks
the default is M size and it looks too big.
changed to S size and increased the no of columns to 3 from the default 2. but the end result ..please see screengrab attached
teitbite wrote:Hi
please show me Your site.
.gkNspPM-NewsBlocks > figure > figcaption h3 {
font-size: 12px;
}
.gkNspPM-NewsBlocks > figure > figcaption {
padding: 0 15px 10px;
}
teitbite wrote:Hi
Please try to use 3 columns again, but this tme try also apply this to css to resize the text and reduce margins so it may fit better:
- Code: Select all
.gkNspPM-NewsBlocks > figure > figcaption h3 {
font-size: 12px;
}
.gkNspPM-NewsBlocks > figure > figcaption {
padding: 0 15px 10px;
}
