Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Currencies Drop Down Box Length

    Can anyone tell me how to make the drop down menu box shorter for the categories sidebox? I have pretty much gotten my store how I want it, but this box is a lil too long LOL

    http://www.havendesignz.com/store/
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

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

    Default Re: Currencies Drop Down Box Length

    Never mind, I figured out how to use a seperate css declaration for the currencies sidebox padding :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Currencies Drop Down Box Length

    Quote Originally Posted by christon26 View Post
    Never mind, I figured out how to use a seperate css declaration for the currencies sidebox padding :)
    I am curious?
    1. What was the declaration?
    2. What was the value?
    3. For the fix?

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

    Default Re: Currencies Drop Down Box Length

    K what I did, because I had certain padding values for the sideboxes to get them how I wanted, it drove the drop down box a lil too far to the right, which still looked fine in IE but not in FF lol

    Code:
    .sideBoxContent {
        padding-top: 0.3em;
        padding-left: 0.7em;
        padding-right: 0.5em;
        padding-bottom: 1em;
        }
    I added this in after that with the help of Firebug:

    Code:
    #currenciesContent {
        padding-top: 0.5em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-bottom: 1em;
        }
    The same can be done for the bestsellers sidebox too I found lol

    Hope that helps!

    *edited to add in that the seperate declaration should be added in after the main sideboxContent one *I think* lol because from what I remember, stylesheets use the last declaration to load....something like that anyway lol
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

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

    Default Re: Currencies Drop Down Box Length

    Nice,
    Thanks for the answer.
    It helps me, and others in the forum..

 

 

Similar Threads

  1. How do I change the order of currencies in the drop down box?
    By Aronikun in forum General Questions
    Replies: 0
    Last Post: 3 Jun 2011, 05:24 AM
  2. Replies: 3
    Last Post: 19 Apr 2010, 06:22 PM
  3. Header Manufacturers/Currencies Drop-down List
    By dhia in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 Mar 2009, 03:48 PM
  4. Cannot find the Currencies drop down php code.
    By discoduck in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jan 2008, 12:32 PM
  5. Drop Down Box
    By Peaches128 in forum General Questions
    Replies: 1
    Last Post: 25 Jul 2007, 09:32 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