Hi - I can't seem to find the CSS to center the header graphic/logo. Please advise where to adjust this. Thanks.
Appnitro Software Forums » MachForm
Center Header Graphic/Logo
(2 posts)-
Posted 1 year ago #
-
Hi,
Try to add "background-position" property to CSS logo like this :
/**** Logo Section *****/ #main_body h1 { background-color:#dedede; margin:0; min-height:0; padding:0; text-decoration:none; text-indent:-8000px; background-image: url('../../../images/machform.gif'); background-position:center; /* add this */ background-repeat: no-repeat; }Posted 1 year ago #
Reply
You must log in to post.