Hello,
How do I center this image on this page? See link: http://wraysconsulting.com/
Also see attachment.
#gkLogo {
margin: 0 auto;
width: 1000px;
}
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