Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Shopping Cart Refresh / Update Image too large

    Was wondering if any one has had a similar problem. My refresh / basket update image is unusually large. This problem occurs in both FF and IE. It's also a fresh install. Here is the link to the problem page on my site:

    http://www.langmarine.com/index.php?...r_of_uploads=0

    Any help is greatly appreciated..

    John

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Shopping Cart Refresh / Update Image too large

    This is what's doing it:

    FORM, SELECT, INPUT {
    display: inline;
    font-size: 1em;
    margin: 0.1em;
    width: 100px;
    }

    Not sure what you were styling when you added that.

  3. #3
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Shopping Cart Refresh / Update Image too large

    Thank you Steve, I appreciated it. I hadn't even considered the form tags...

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Shopping Cart Refresh / Update Image too large

    Here's how I found it:

    For future reference, install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

    Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

    Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

    Some prefer Firebug, which does much the same thing.

    (If you're using Firefox 4 or 5, you'll need to remap the editor shortcut, since Firefox has appropriated Ctrl-Shift-E for an internal function - I use Ctrl-Shift-Q.)

 

 

Similar Threads

  1. image too large
    By skiteris in forum General Questions
    Replies: 9
    Last Post: 21 Dec 2008, 03:58 AM
  2. Image size too large
    By weddinggowns in forum General Questions
    Replies: 2
    Last Post: 2 Dec 2008, 10:09 AM
  3. Sidebox - shopping cart too large for right column width
    By cshart in forum Basic Configuration
    Replies: 1
    Last Post: 24 Jan 2008, 04:05 PM
  4. Larger image too large
    By Alice in forum Customization from the Admin
    Replies: 2
    Last Post: 29 Jul 2006, 05:25 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