Link to home
Start Free TrialLog in
Avatar of Richard Brodean
Richard Brodean

asked on

.CSS HTML Help

Hello,

I'm stuck on configuring a .CSS file for custom branding of a MFT site. We are using Serv-U MFT running on Ubuntu 16.04.2 LTS. I've somehow managed to get the background correct on the login page, but the Login/Password fields are too high- top center. I'm not sure of how to move it down to the center of the page. I have attached a screenshot of what it looks like.

Here's the code from the .css file I have made:

html {
      background: url('/%25CUSTOM_HTML_DIR%25/Images/bg.jpg');
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;

}
User generated image
SOLUTION
Avatar of Nicholas
Nicholas

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Richard Brodean
Richard Brodean

ASKER

Worked like a charm, thanks for the help!