Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2006
    Location
    Reading, Berkshire, U.K
    Posts
    38
    Plugin Contributions
    0

    Default Moving header logo to right hand side

    Hi, I was wondering how I would move my logo to the right hand side on www.linuxdisks.co.uk. Many thanks in advance.

    Kind Regards,

    Ian

  2. #2
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Moving header logo to right hand side

    Your header is composed of a table, swap the right and left table cells.

  3. #3
    Join Date
    Mar 2006
    Location
    Reading, Berkshire, U.K
    Posts
    38
    Plugin Contributions
    0

    Default Re: Moving header logo to right hand side

    Hi, Probably sounds like a really dumb question but how do I do that?

    Thanks,

    Ian

  4. #4

    Default Re: Moving header logo to right hand side

    This reminds me of a customization that Vger did in his "Nightfall" template..

    He added a code block for the logo in stylesheet_new.css

    -Find:

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }


    -Add underneath above code block:

    #logo {
    margin-top: 15px;
    float: right;
    padding-right: 20px;
    }


    -You probably have to play around with both margin and padding pixels to get it right.
    Now that I thought about it, you should remove #logo, from the first code block.. since it will have it's own.
    Last edited by DogFusion; 28 Jul 2006 at 04:44 AM.
    Attempting upgrade and hoping for the best
    www.dogfusion.com

  5. #5
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Moving header logo to right hand side

    DogFusion-

    That will not work with an HTML table containing the logo.

    Ian-

    Open your CUSTOM_TEMPLATE/common/tpl_header.php and move the <td></td> that contains the logo with the one that has the sales message and banner code.

 

 

Similar Threads

  1. Logo on right side of header
    By Pablo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Jun 2011, 02:59 AM
  2. No right hand side infobox in my admin
    By travellers in forum Basic Configuration
    Replies: 2
    Last Post: 2 Aug 2010, 11:56 AM
  3. blank strip on right hand side
    By iddy in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 4 Jun 2010, 12:44 PM
  4. changing right-hand logo boxes.
    By Tiapan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 May 2007, 08:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR