Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default navSuppWrapper alignment

    My footer is suddenly aligned to the left instead of being centered. I cannot for the life of me figure out what happened, it was centered and then, it wasn't

    The div id is #navSuppWrapper, I didn't make any changes to that to make it go left.

    Can someone smarter than me please take a look at my page before I go completely gray?
    Completed: BellaFavori.com
    In Progress: WeddingDivasLV.com
    Coming Soon: ???

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

    Default Re: navSuppWrapper alignment

    http://validator.w3.org/check?verbos...n_page%3Dindex

    See if fixing the validation problems doesn't fix things.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: navSuppWrapper alignment

    That's strange, I validated the page this morning and it passed...
    Completed: BellaFavori.com
    In Progress: WeddingDivasLV.com
    Coming Soon: ???

  4. #4
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: navSuppWrapper alignment

    Ok, I am really confused, I'm getting validation errors for the following which appears to be from the footer but I don't have that code in my tpl_footer??? I haven't edited the footer at all

    <div id="siteinfoLegal" class="legalCopyright">Copyright &copy; 2009 <a href="http://weddingdivaslv.com/zen/index.php?main_page=index&amp;zenid=c74ef09c77620329dcb2805e9761d4d6" target="_blank">test-site</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a></div>
    <!--eof- site copyright display -->


    </div>
    <!--bof- parse time display -->
    <!--eof- parse time display -->
    <!--bof- banner #6 display -->
    <!--eof- banner #6 display -->
    </body></html>
    Completed: BellaFavori.com
    In Progress: WeddingDivasLV.com
    Coming Soon: ???

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

    Default Re: navSuppWrapper alignment

    Quote Originally Posted by CharInLasVegas View Post
    My footer is suddenly aligned to the left instead of being centered. I cannot for the life of me figure out what happened, it was centered and then, it wasn't

    The div id is #navSuppWrapper, I didn't make any changes to that to make it go left.

    Can someone smarter than me please take a look at my page before I go completely gray?
    Vegas,
    Give this a try:

    Edit the stylesheet.css

    Find this:
    #navSuppWrapper {
    background-image: url('http://www.weddingdivaslv.com/store/includes/templates/divatwo/images/footer-bg.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width:940px;
    height:200px;
    text-align: center;
    font-family:verdana,arial,sans-serif;
    font-size: 8pt;
    color:#5A5A70;
    text-decoration:none;
    letter-spacing: normal;
    }
    Change to this:
    #navSuppWrapper {
    background-image: url('http://www.weddingdivaslv.com/store/includes/templates/divatwo/images/footer-bg.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    width:940px;
    height:200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family:verdana,arial,sans-serif;
    font-size: 8pt;
    color:#5A5A70;
    text-decoration:none;
    letter-spacing: normal;
    }

  6. #6
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: navSuppWrapper alignment

    Yaay! That worked, thank you.

    I still would like to fix those errors though, my page validates except for the 4 errors being thrown by that section.
    Completed: BellaFavori.com
    In Progress: WeddingDivasLV.com
    Coming Soon: ???

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

    Default Re: navSuppWrapper alignment

    ... another thing - ALWAYS use the relative URL for your images or you will throw security errors.

    This:
    background-image: url('http://www.weddingdivaslv.com/store/includes/templates/divatwo/images/footer-bg.gif');

    should be:
    background-image: url('../images/footer-bg.gif');

    Then you also don't have to fix them when you make a site live by changing directories.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  8. #8
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: navSuppWrapper alignment

    Yes, I will be changing that when I move the design over to the live site Just trying to get the layout right first.
    Completed: BellaFavori.com
    In Progress: WeddingDivasLV.com
    Coming Soon: ???

 

 

Similar Threads

  1. navSuppWrapper
    By slater555 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Jan 2012, 08:01 PM
  2. Changing color on navSuppWrapper
    By davidrayandj in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jan 2011, 09:20 PM
  3. Weirdness with #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper
    By SeánT in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Oct 2010, 10:09 AM
  4. Replies: 2
    Last Post: 12 Sep 2007, 08:21 PM
  5. Attribute Alignment
    By mortt in forum General Questions
    Replies: 1
    Last Post: 4 Sep 2006, 08:45 AM

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