Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Oct 2006
    Location
    Maine
    Posts
    51
    Plugin Contributions
    0

    Banner & Sidebox questions...

    Hello,

    I unkowningly made a change today (I think to the stylesheet) and it centered the contents of the shopping cart in the sidebox. Those items in the cart used to be left justified. (Really, I'd rather just get rid of the 'per item' display and have the cart just show total items and price). Please help.

    Also, how do I delete the whitespace under my logo?

    Thanks!

    Amy

  2. #2
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Banner & Sidebox questions...

    did you made changes to ".cartNewItem" & ".cartOldItem" in your stylesheet?
    Check them to be position: relative;

    Regarding whitespace:
    Find in \includes\templates\template_default\common\tpl_header.php
    <div id="logoWrapper">

    at the end of the logo wrapper section (last </div>) you have a
    <br class="clearBoth" />
    Remove that

  3. #3
    Join Date
    Oct 2006
    Location
    Maine
    Posts
    51
    Plugin Contributions
    0

    Default Re: Banner & Sidebox questions...

    Hi pivey,

    Thanks! I got rid of the whitespace, but didn't figure out my shopping cart problem. I hadn't made any changes to the .cartNewItem" & ".cartOldItem items in my stylesheet. Any other suggestions?

    Thanks again!

    Amy

  4. #4
    Join Date
    Oct 2006
    Location
    Maine
    Posts
    51
    Plugin Contributions
    0

    Default Re: Banner & Sidebox questions...

    Hi pivey,

    I just noticed that the whitespace is only gone in Firefox, but still shows in IE. Is there something else I need to alter?
    Also, I fixed my shopping cart problem.

    Thanks!

    Amy

    http://www.theoccasionalcake.com/Car...65_70&sort=20a

  5. #5
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Banner & Sidebox questions...

    Hi Amy,

    It is your Tagline wrapper.

    your tagline id is defined as
    tagline I {
    VISIBILITY: hidden
    }

    You may comment out the Tagline Wrapper section if not needed.
    What version of ZC are you using?

  6. #6
    Join Date
    Oct 2006
    Location
    Maine
    Posts
    51
    Plugin Contributions
    0

    Default Re: Banner & Sidebox questions...

    Hi Pivey,

    I'm using v.1.3.5

    I found this line in my stylesheet
    #tagline i{visibility:hidden}
    However, if I comment-out it puts the 'my account, shopping cart and contact us' up where my logo is (overlapping it).

  7. #7
    Join Date
    Oct 2006
    Location
    Maine
    Posts
    51
    Plugin Contributions
    0

    Default Re: Banner & Sidebox questions...

    Ok, I played around some more in the stylesheet and I got it so both IE and Firefox are displaying the same thing. I'm glad it's finally consistent, but it's not the setting I had hoped for.

    Now I have a large whitespace under my logo in both. How should I ajdust it?

    http://www.theoccasionalcake.com/Cart/

    Thanks!!!

    Amy

  8. #8
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Banner & Sidebox questions...

    Amy,

    you made changes in your tpl_header.php
    There are links inside the tagline wrapper you are obviously not using.
    These are causing your white space.
    To see why this happens try:
    tagline I {
    /*VISIBILITY: hidden*/
    }

    You will see that you have content inside the tagline wrapper which belong to the navMainWrapper

  9. #9
    Join Date
    Oct 2006
    Location
    Maine
    Posts
    51
    Plugin Contributions
    0

    Default Re: Banner & Sidebox questions...

    Yes,

    There is text there. It's
    In my SS I put " a{ display: none}" after #navMain so it wouldn't show the text. I guess I really hacked it up. Is there a fix?

    Thanks

  10. #10
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Banner & Sidebox questions...

    Yes, it can be fixed...
    Amy, try to use the stylesheet to positionig elements instead of repositioning wrappers.
    You made to much changes and even missed to close wrappers properly.

    For now, I would completely remove the <DIV id=taglineWrapper> section until there, where it ends.
    Of course using the override folder.

    Then, use your default tpl_header.php to build your header section again from scratch.
    Here are some useful liks to start learnig css:
    http://www.yourhtmlsource.com/stylesheets/
    http://www.freestuff.gr/forums/viewtopic.php?t=21390
    http://www.w3.org/Style/Examples/007/

    It's all about magic

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Banner questions
    By wangel in forum General Questions
    Replies: 19
    Last Post: 17 Jul 2013, 07:06 AM
  2. v150 Quick order Sidebox & other questions
    By jinocycle in forum Addon Sideboxes
    Replies: 3
    Last Post: 15 Nov 2012, 06:24 PM
  3. Help: Banner manager changes &amp; to &
    By lat9 in forum Basic Configuration
    Replies: 2
    Last Post: 15 Nov 2009, 04:09 PM
  4. Help banner not wide enough & on top of zen cart banner!!!
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Oct 2008, 12:54 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