Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    0

    Default Logo Wrapper settings are not cooperating with me..Help please..

    Ok,

    I get 2 repeated logos with the following setttings:
    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x; background-color: #ffffff;
    text-align:center;
    height:175px;
    }

    and I get four repeated logos with the following settings:
    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat; background-color: #ffffff;
    text-align:center;
    height:175px;
    }

    What I really need is NO repeated logos at all. I just need my logo to be nicely centered and displayed only once.
    Anyone know how I can change this?

    Thank you in advance. I'm using version 1.3.7.1

    My store is at:
    http://www.extremedigiscraps.com/Store/

    Addie

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Logo Wrapper settings are not cooperating with me..Help please..

    Quote Originally Posted by coolscrapbook View Post
    Ok,

    I get 2 repeated logos with the following setttings:
    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x; background-color: #ffffff;
    text-align:center;
    height:175px;
    }

    and I get four repeated logos with the following settings:
    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat; background-color: #ffffff;
    text-align:center;
    height:175px;
    }

    What I really need is NO repeated logos at all. I just need my logo to be nicely centered and displayed only once.
    Anyone know how I can change this?

    Thank you in advance. I'm using version 1.3.7.1

    My store is at:
    http://www.extremedigiscraps.com/Store/

    Addie
    try no-repeat

  3. #3
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Logo Wrapper settings are not cooperating with me..Help please..

    Quote Originally Posted by clydejones View Post
    try no-repeat
    I did, and it does not work. But I think I know why and I do not know how to fix it.

    I have my site setting to 100%, so eventhough I have my header set for no-repeat, when I view my site on my big wide screen, it duplicates my header logo, but when I reduce my window, it reduces it back to one. Here is my question: How can I make my logo to "FLOAT" inside my header? Is that possible? So that when I stretch the site to a wide screen view on my computer, the logo can adjust to the center of the header. Is that even possible?

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Logo Wrapper settings are not cooperating with me..Help please..

    looks like its set at repeat-x to me.....try this

    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: no-repeat;
    	background-color: #ffffff;
    	height:175px;
    	margin: auto;
    }
    adjust the height to match your image being used
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #5
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Logo Wrapper settings are not cooperating with me..Help please..

    Quote Originally Posted by barco57 View Post
    looks like its set at repeat-x to me.....try this

    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: no-repeat;
    	background-color: #ffffff;
    	height:175px;
    	margin: auto;
    }
    adjust the height to match your image being used
    Well, I think we're getting closer here. I now have 1 logo which is wonderful, but now I can't see it at all. Look at what happened to my store header logo...

    http://www.extremedigiscraps.com/Store

    Addie

  6. #6
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Logo Wrapper settings are not cooperating with me..Help please..

    Whoops, forgot the height...hold on..let me put that in...sorry..

  7. #7
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Logo Wrapper settings are not cooperating with me..Help please..

    Perfect, now I have one showing. Yay!!!

    Now, how can I get it to move to the center?

  8. #8
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Logo Wrapper settings are not cooperating with me..Help please..

    Quote Originally Posted by coolscrapbook View Post
    Perfect, now I have one showing. Yay!!!

    Now, how can I get it to move to the center?

    I'm still looking for the header to be strech with the website at 100% and my logo to float inside and center itself. It's not behaving that way right now. Not sure how to accomplish that.

  9. #9
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Logo Wrapper settings are not cooperating with me..Help please..

    Quote Originally Posted by coolscrapbook View Post
    Perfect, now I have one showing. Yay!!!

    Now, how can I get it to move to the center?
    Quote Originally Posted by coolscrapbook View Post
    I'm still looking for the header to be strech with the website at 100% and my logo to float inside and center itself. It's not behaving that way right now. Not sure how to accomplish that.
    I figured this one out too. Thank you all for your assistance. In case anyone reads this thread, I added the following to my style sheet to make my header center and stop repeating on a wide screen:

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    height:175px;
    margin: auto; }

    Thank you "clydejones" and "barco57" for your assistance.

    Addie

  10. #10
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Logo Wrapper settings are not cooperating with me..Help please..

    Your Welcome

    I do wonder which version of the cart are you using? and why are you building your template in the classic directory? You should be creating your own template using the overrides sytem. You run the risk of wiping out the template you are buildng if you try and upgrade later.
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Please help with settings in Config > All Listings
    By Lara2911 in forum Basic Configuration
    Replies: 2
    Last Post: 21 Mar 2014, 05:11 AM
  2. Replies: 4
    Last Post: 1 Oct 2010, 05:09 AM
  3. Problem with logo wrapper on Internet Explorer
    By klim in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Apr 2010, 05:46 PM
  4. modifying Logo wrapper with my HTML
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Jan 2010, 12:27 AM
  5. Help with shipping settings please
    By AdamBarnett in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 8 Aug 2007, 12:39 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