Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default centering currency drop downbox within sidebox

    Hi I am trying to center the currency dropdown box within the sidebox .. tried this:

    #currenciesContent .sideBoxContent centeredContent form {
    text-align:center;
    margin:auto;}

    ALSO scrolling in bestsellers is not centered

    site is:http://www.rosedakinjewellery.com.au...ain_page=index

    Thanks for any suggestions

  2. #2
    Join Date
    Feb 2009
    Posts
    186
    Plugin Contributions
    1

    Default Re: centering currency drop downbox within sidebox

    it looks like you have the currencies all figured out, try editing this on line 715 of the stylesheet for your bestsellers

    #bestsellers li {
    margin:0.3em 0;
    padding:0;
    }

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: centering currency drop downbox within sidebox

    The currencies dropdown is centered, but not because of this code still active:
    Code:
    #currenciesContent .sideBoxContent centeredContent form {
    	text-align:center;
    	margin:auto;}
    This indicates a form inside a .centeredContent element inside a .sideboxContent element inside a #currenciesContent element.
    What you have is a form inside one #currenciesContent.sideBoxContent.centeredContent element, and your rule does not apply as written. You actually don't need more than the id to specify this:
    Code:
    #currenciesContent form {
    	text-align:center;
    	margin:auto;}

  4. #4
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default Re: centering currency drop downbox within sidebox

    Hi thanks for your response .. i am viewing the site in firefox and although I have applied both your suggestions .. they both remain uncentered. Although when I look at them in internet explorer 7 the currency drop down box is centered .. but the best sellers is not .. very strange seeing as it is always IE that causes the problems not firefox.

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: centering currency drop downbox within sidebox

    Does anything change if you clear your cache? Two of us are seeing the currencies centered, at least one in Firefox.

    You have some left margin on the bestsellers list still:
    stylesheet.css (line 716)
    #bestsellers ol {
    margin-left:1.1em;
    padding:0;
    }

  6. #6
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default Re: centering currency drop downbox within sidebox

    Hi using a mac .. have altered all settings in best sellers and I have made it worse with headings going out of the sidebox. Currency still showing outside of its sidebox too .. they both look like they have left margin/padding but I cant find it .. looked through jscroller css too. Cache is cleared. Thanks

 

 

Similar Threads

  1. Centering a form within sidebox?
    By grace83 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 16 Jun 2012, 10:45 PM
  2. Currency icons for the currency sidebox
    By Berserker in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Feb 2010, 08:15 PM
  3. Currency value within e-mails
    By startrek in forum General Questions
    Replies: 4
    Last Post: 21 Jan 2007, 01:39 AM
  4. Centering my currency logos - site url
    By Urbanbiketech in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Aug 2006, 07:00 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