-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Hi, Im new to ZK enviroment and i just want to reduce the height of the rows in a grid to make it look good but i just can't seem to figure it out, I could really use some help. I've also never worked with CSS so this is all new for me so any help is greatly aprecciated. I just want to reduce the height of the rows and center the labels in each cell to look good.
Here's my style code (which i assume is where i can fix it but if not let me know pls):
<style>
.z-row-content .z-label {
font-size: 11px;
padding: 0;
}
.z-column-content{
font-size: 11px;
padding: 0;
}
.z-row-content{
padding: 0;
}
</style>
<grid>.......</grid>
Here's how it looks so far:
Asked: 2022-07-15 08:01:30 +0800
Seen: 1 times
Last updated: Jul 15 '22