Hello,
This is default CSS behavior for 100% width components. Please add a space on the right hand with a property "Padding" of the component "mobilecontainer"
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
This is default CSS behavior for 100% width components. Please add a space on the right hand with a property "Padding" of the component "mobilecontainer"
It is in a template, I removed the padding from the "mobilecontainer" in the template, because i wanted some of my pages to fit right to the edge. i therefore need to compensate for that by putting back the 15px that I removed on individual pages.
I tried settting padding on the mobile area within the page, but the setting doesn't seem to get added/saved. When i go back to check the properties of the work area, i find it to be empty again.
Any ideas?
i tried setting the grid width to auto, which looks great in the developer, but when the app is tested the buttons shrink and move to the left.
sorry, just realised padding is a style and not a property
Basically, if I can override the padding in the page css for the "mobileworkarea" which is "ClientEditor_mobileworkarea_20". I tried adding to a css file
pre
.ClientEditor_mobileworkarea_20 {
padding: 15px;
}
/pre
This is ignored as it is receiving its setting from the pages default css which is setting padding to 0. i have also tried adding "!important" to the css, but with ne effect.
my other worry is that the class name could change from"_20" anyhow if the page is modified.
OK, i have found a css workaround:
pre#ClientEditor_mobilecontainer {
padding: 15px;
}/pre
This appears to function correctly when the app is run.
Glad to hear things are sorted out now!