- Posts: 14
- Thank you received: 0
Row height
-
dv
Inactive member - Topic Author
- New Member
Less
More
2 years 4 months ago #49373
by dv
Row height was created by dv
Hello;
How can I reduce the height of the rows in the hotapp template?
Currently, any row I create has the height in the attached PDF, but I want to make it fit the text.
Currently, I am developing the website on a local server.
Thanks in advance.
How can I reduce the height of the rows in the hotapp template?
Currently, any row I create has the height in the attached PDF, but I want to make it fit the text.
Currently, I am developing the website on a local server.
Thanks in advance.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 4 months ago #49374
by milos
Replied by milos on topic Row height
Hello,
You can assign a class to the row (click the Row Settings button to see the row settings). Then, add this CSS to remove or reduce the padding of the row cells. For example, if the row class is "nopadding", you should add this CSS:
Regards,
Milos
You can assign a class to the row (click the Row Settings button to see the row settings). Then, add this CSS to remove or reduce the padding of the row cells. For example, if the row class is "nopadding", you should add this CSS:
Code:
.nopadding .sparky_cell {
padding-top: 0;
padding-bottom: 0;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.220 seconds