StackIdeas
How change label size
By
maribel
on Wednesday, 02 February 2022
Posted in
Technical Issues
Replies
5
Likes
0
Views
0.9K
Votes
0
Hi, how to change the label size? I need to change bigger. (please check screenshot) Thanks!
You can use padding to increase the padding area of the label:
body #ed .o-label {
padding: 8px;
}
Mark
·
Thursday, 03 February 2022 09:46
·
0 Likes
·
0 Votes
·
0 Comments
·
#568169
Can you tell me where i find that code? Thanks
maribel
·
Thursday, 03 February 2022 10:19
·
0 Likes
·
0 Votes
·
0 Comments
·
#568180
You need to add this to your template's css file
Mark
·
Thursday, 03 February 2022 10:25
·
0 Likes
·
0 Votes
·
0 Comments
·
#568181
What file i have to add this code? (Check screenshot) Thanks!
maribel
·
Thursday, 03 February 2022 23:35
·
0 Likes
·
0 Votes
·
0 Comments
·
#568238
What file i have to add this code? (Check screenshot) Thanks!
I believe it should be custom.css
Mark
·
Thursday, 03 February 2022 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
#568241
View Full Post