Padding for right aligned header
Posted: Mon Nov 11, 2013 3:54 pm
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/
Hi, Jay.
Try this css:
precode.righty .ui-title {
text-overflow: clip;
text-align: right;
margin-right: 10px;
}
/code/pre
That worked perfect. Thanks!