Hello,
I have weird styling problem. Somehow I am unable to change font size of one of the labels in my app. In the Appery builder size is set to 22px, but when I open the app in web preview the size is incorrect.
This is what I see in web preview:
and this is the Appery builder view:
I checked the source css generated by Appery and this is the part responsible for styling of the label in question
/* ArtEqC */
.ViewList_ArtEqC {
font-weight: normal; text-align: center; font-size: 16px;
margin: 0px 0px 0px 0px;
word-wrap: break-word;
It is somehow related with the label name. Once I change the name to anything else the styling is applied and the size is displayed correctly. Looks like the builder keeps that old name somewhere and generates the css regardless on what is actually in the app project.
Tried to flush browser cache, undo all source changes, refresh etc. Nothing helped.
Can you please help me? I would like to avoid changing source css to fix it.
My app is shared with the support (3mamcukier).
Cheers,
Adam