servboston Posted July 21, 2012 Share Posted July 21, 2012 Simple question here. How can i make the logo on my WHMCS be center? I have not modified WHMCS or integrated it into any other theme. Just out of thew box if i wanted to center the logo how could i do it? Thank you in advanced. 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted July 21, 2012 Share Posted July 21, 2012 The logo is the header.tpl, you can just put a <center> tag around the whmcsheader div and it will center the logo: <center> <div id="whmcsheader"> <div class="whmcscontainer"> <div id="whmcstxtlogo"><a href="index.php">{$companyname}</a></div> <div id="whmcsimglogo"><a href="index.php"><img src="templates/{$template}/img/whmcslogo.png" alt="{$companyname}" /></a></div> </div> </div> </center> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.