Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Formatting Issues

    Here's the problem though. When I have the below settings, everything lines up in the My Account page, but the New Products on the main page line up vertically instead of horizontally. When I have the float set to left, the New Products line up correctly (horizontally) on the main page, but the My Account page is not correct, the address and this statement (This address is used as the pre-selected shipping and billing address for orders placed on this store) are jumbled together.

    .back {
    float: center;
    font-size: 1.1em;
    }

    Matt Test
    4115 Test St
    Phoenix, AZ 85050
    United StatesThis address is used as the pre-selected shipping and billing address for orders placed on this store.

  2. #12
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Formatting Issues

    I just went to my account page, and then the address book page in your store and it displays fine for me:

    Name
    Street Address
    City, Postcode
    State, Country
    This address is used as the pre-selected shipping and billing address for orders placed on this store.

    This address is also used as the base for product and service tax calculations.


    You can put a break in there to space it a lil more:

    templates/template_default/templates/tpl_address_book_default.php

    Code:
    <h2 id="addressBookDefaultPrimary"><?php echo PRIMARY_ADDRESS_TITLE; ?></h2>
    <address class="back"><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['customer_default_address_id'], true, ' ', '<br />'); ?></address>
    <br class="clearBoth" />
    <div class="instructions"><?php echo PRIMARY_ADDRESS_DESCRIPTION; ?></div>
    <br class="clearBoth" />
    ...save the modified file to your custom folder :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  3. #13
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Formatting Issues

    That part is fine...like I said, when I put in the float: left setting, everything on the My Account page lines up just fine, BUT it screws up my New Products on the website Home page. They now line up vertically instead of horizontally. When I fix one thing it breaks the other, and vice versa. What can I set so that both line up correctly??

    .back {
    float: center;
    font-size: 1.1em;
    }

  4. #14
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Formatting Issues

    I'm not sure what's going on there or why it effects the centerbox, because it shouldn't, just I know the many features of Zen Cart use either .back or .forward and one floats left while the other floats right....I'll take another look at your stylesheet later on when my head is not aching quite so bad LOL my concentration is shot right now :|
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  5. #15
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Formatting Issues

    I think I figured out a temporary solution. For the My Account / My Addresses page, I added the following to the Sylesheet:

    .instructions {
    text-align: center;
    }

    If you have any other suggestions, please let me know. Thx for all you help.

  6. #16
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Formatting Issues

    Can anyone tell me how to change the font color in the Manufacturers, Information, Search and Bestsellers side boxes? The web site is www.desertskyink.com. Thanks in advance for any assistance.

  7. #17
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Formatting Issues

    try this:

    a:link, #navEZPagesTOC ul li a {
    color: #3300FF;
    text-decoration: none;
    }

    and this:

    A.category-top, A.category-top:visited {
    color: #008000;
    text-decoration: none;
    }
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  8. #18
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Formatting Issues

    That was it. Thank you much. I would have never found those settings!

  9. #19
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Formatting Issues

    Sorry, one more question. I just changed the style of my website via the stylesheet, etc. but now the bar (tile_back.gif) does not appear underneath my logo. Any ideas on how to get this back?

  10. #20
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Formatting Issues

    Glad I could help!
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Text Formatting Issues
    By ojhernandez in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 30 May 2011, 01:09 PM
  2. Sidebox formatting issues
    By jabula in forum Basic Configuration
    Replies: 0
    Last Post: 26 Oct 2009, 10:22 AM
  3. Formatting issues in IE6
    By Dunk in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Nov 2008, 02:36 AM
  4. Sideboxes- formatting issues
    By layoyo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Oct 2008, 06:52 PM
  5. 100% width, formatting issues
    By z3n in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Apr 2008, 09:17 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