Reply
Regular Contributor
MLamb2005
Posts: 106

Self-Service portal... Everything is left aligned!

Can anyone please tell me how to get the Self-Service portal customized to where everything is centered within the page?  I'm pulling my hair out!
 
Thanks,
Matt
Regular Contributor
MLamb2005
Posts: 106

Re: Self-Service portal... Everything is left aligned!

Bump.

 

Any ideas at all?  I tried submitted a case but they couldn't help me.

Moderator
Always Thinkin
Posts: 200

Re: Self-Service portal... Everything is left aligned!

Hi,
I was able to shift the main body of the content by editing the Padding attribute of the Body element, but it shifts it both to the right and down. Supposedly you can use Padding Left, Right, Top and Bottom but I haven't gotten them to work to shift it in one direction only. Perhaps those are only allowed on certain elements.

Always Thinkin Luke
Luke C
2tor.com ~ NYC
Twitter: AlwaysThinkin
Moderator
Always Thinkin
Posts: 200

Re: Self-Service portal... Everything is left aligned!

Just figured out how to shift the directions individually by editing just the PADDING attribute for the Background visual element. Since I'm no web designer, I had to look up the attribute at:
http://www.w3schools.com/css/pr_padding.asp

which explained that you can put the top, right, bottom and left values in that one attribute in that order, so:

Code:
PADDING: 10px 50px;

 
will get you 10 from the top, 50 from the left.
Luke C
2tor.com ~ NYC
Twitter: AlwaysThinkin