Results 1 to 2 of 2

Thread: Center Logo

  1. #1
    Join Date
    Jul 2012
    Posts
    1

    Default Center Logo

    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.

  2. #2
    Join Date
    Dec 2008
    Location
    Myrtle Beach, SC
    Posts
    386

    Default

    The logo is the header.tpl, you can just put a <center> tag around the whmcsheader div and it will center the logo:

    Code:
    <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>

Similar Threads

  1. Is there a Data Center addon anywhere?
    By colatm in forum Customisation & Integration Questions
    Replies: 14
    Last Post: 04-28-12, 12:55 AM
  2. Logo in Invoice working - Logo in email not working
    By [email protected] in forum Customisation & Integration Questions
    Replies: 9
    Last Post: 02-17-08, 11:20 PM
  3. Support Center emails
    By tqhosting in forum Customisation & Integration Questions
    Replies: 1
    Last Post: 01-11-08, 10:57 PM
  4. Support Center ?????'s
    By the_ancient in forum Pre-Sales Questions
    Replies: 2
    Last Post: 05-23-06, 09:36 AM