How To Center This Image On Offline Page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 24, 2015 12:56 am
Reply with quote
Report this post
Hello,

How do I center this image on this page? See link: http://wraysconsulting.com/

Also see attachment.
User avatar
Platinum Boarder

GK User
Tue Feb 24, 2015 8:57 am
Reply with quote
Report this post
Hi,
easy:
Code: Select all
#gkLogo {
    margin: 0 auto;
    width: 1000px;
}


add here: templates/gk_john_s/css/system/offline.style1.css
at the bottom
or
edit line ~~52
User avatar
Platinum Boarder

GK User
Tue Feb 24, 2015 3:06 pm
Reply with quote
Report this post
Hello Oscar,

Thank you so much, you are awesome... :D



Oscar E wrote:Hi,
easy:
Code: Select all
#gkLogo {
    margin: 0 auto;
    width: 1000px;
}


add here: templates/gk_john_s/css/system/offline.style1.css
at the bottom
or
edit line ~~52
User avatar
Platinum Boarder


cron