Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Bookshelf Template Question

    In your stylesheet.css, find this:

    #logo {
    float: left;
    padding-top: 17px;
    }

    Change to this:

    #logo {
    margin-left: xxem;
    padding-top: 17px;
    }

    Adjust the xx until you have it where you want it.

  2. #12
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Bookshelf Template Question

    You'll need to look in your stylesheet to move the Logo to the center. Open: includes/templates/bookshelf/css/stylesheet.css , and find this block of code:

    Code:
    #logo {
        float: left;
        padding-top: 17px;
        }
    and take out the "float: left;" and add "text-align: center;" to make that whole block look like this:

    Code:
    #logo {
        text-align: center;
        padding-top: 17px;
        }
    ...........then your logo will be in the center of the header.

    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #13
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Bookshelf Template Question

    Oh............forgot:

    While the "margin-left: xxpx;" suggestion above from RescoCCC will work, and will look good on YOUR computer, at YOUR screen resolution...............it WON'T always be centered on every computer due to different screen resolutions, where the "text-align: center;" will ALWAYS be in the exact center of the header on EVER computer at ANY screen resolution.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #14
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Re: Bookshelf Template Question

    I feel like an idiot...I left this page up to see if any responses came through, but didn't notice that it had jumped to a second page until just now. So finally...thank you both for your answers, it worked perfectly!!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 Bookshelf template not right in my 1.51
    By sparrowce in forum Upgrading to 1.5.x
    Replies: 3
    Last Post: 2 Dec 2012, 07:10 PM
  2. Help w/ installing Bookshelf template
    By ScottDB in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jul 2011, 09:51 PM
  3. nav bar in bookshelf template
    By meesh in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Sep 2010, 09:16 PM
  4. BookShelf Template.
    By SilverKop in forum Addon Templates
    Replies: 2
    Last Post: 17 Aug 2009, 12:43 PM
  5. Bookshelf Template CSS Issue
    By bettsaj in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 May 2009, 03:02 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