Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2012
    Posts
    9
    Plugin Contributions
    0

    Default Screwed up banner, now can't get it to align

    I'm new to Zen cart and in information overload mode. I had the banner logo centered by making #logo on its own line in stylesheet.css

    Now for some reason it isn't centered at all, I've read quite a few threads and modified the file way more than I probably needed to.

    And for some reason Opera DragonFly isn't loading for me tonight making my little helper less useful.

    smileysarmory.com

    Ideas?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Screwed up banner, now can't get it to align

    You want your text-align: center; in #logoWrapper rather than #logo.

  3. #3
    Join Date
    Jan 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Screwed up banner, now can't get it to align

    I am slightly confused, there isn't any center align in the #logo of stylesheets

    I have:

    Code:
    #logo {
    float: right;
    }
    
    #logoWrapper {
    	padding-left: 20 px;
    	text-align: center;
    	}
    I tried removing the float from #logo but that didn't change either.

  4. #4
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Screwed up banner, now can't get it to align

    This is what appears in your stylesheet.css:

    #logo, {
    text-align: center;
    padding-bottom: 200px;
    }

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:75px;
    }

    You're editing the wrong stylesheet.

  5. #5
    Join Date
    Jan 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Screwed up banner, now can't get it to align

    Makes me want to switch web hosts even more.

    I thought that may be the problem and I opened the other stylesheet about 10 different times throughout the course of the day and it always opened blank.

    MY FTP was also mostly down yesterday

 

 

Similar Threads

  1. can i ask about running a banner ad to get traffic??
    By rudyman in forum General Questions
    Replies: 0
    Last Post: 10 May 2014, 03:31 PM
  2. Installed Addon now can't get into admin
    By hhalliburton in forum Basic Configuration
    Replies: 31
    Last Post: 31 May 2010, 09:57 PM
  3. Security patch now can't get in admin panel
    By windwoman in forum Upgrading from 1.3.x to 1.3.9
    Replies: 0
    Last Post: 30 Aug 2009, 07:33 PM

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