Center the logo in windows of Maintenance

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Wed Mar 06, 2013 10:18 pm
Hello I would like to know how to put the logo centered on the service page.
My URL is:http://tutorialeshd.com.
Thanks and greetings
User avatar
Fresh Boarder

Konrad M
Thu Mar 07, 2013 8:28 am
Hi,
if you are tlaking about logo on offline page please go to css/system/offline.css and find:
Code: Select all
#gkLogo {
    display: block;
    margin: 0 auto;
    text-indent: -999em;
    text-shadow: none;
    vertical-align: top;
    width: 245px;
}

and change it to:
Code: Select all
#gkLogo {
    display: block;
    margin: 0 auto;
    text-indent: -999em;
    text-shadow: none;
    vertical-align: top;
    width: 492px;
}
User avatar

GK User
Thu Mar 07, 2013 6:08 pm
Thank you. Everything ok
A Gretings
User avatar
Fresh Boarder


cron