Jay6395558
Posts: 0
Joined: Thu Nov 07, 2013 8:17 pm

Padding for right aligned header

I would like to create some padding between my right-aligned header and the edge of the screen. So far this is what it looks like...
Image

And this is the css I am using. As you can see, I can't seem to get the padding to work.
Image

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

Padding for right aligned header

Hi, Jay.
Try this css:
precode.righty .ui-title {
text-overflow: clip;
text-align: right;
margin-right: 10px;
}
/code/pre

Jay6395558
Posts: 0
Joined: Thu Nov 07, 2013 8:17 pm

Padding for right aligned header

That worked perfect. Thanks!

Return to “Issues”