small bug in shopping cart

Discussion in 'Templates customization' started by ccwjames, Apr 8, 2016.

  1. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    maybe me but look at the last few letters , seem cut off.

    screenshot  2016-04-08 22-17-05.png

    is that image size problem or?
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    It seems there is conflict with your custom CSS. Default aMember theme has not such issue. I just checked it.
  3. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    mmm but what part lol
  4. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    What browser are you using?

    I might be able to tell you if you post up web page containing the image.
  5. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
  6. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    As said above you need to post up link to page then can run a program that can analyse where each css rule is overwritten otherwise not going to waste time simply guessing, because guessing is what any suggestion would be based on.
    caesar likes this.
  7. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    well not only my edits, also here on amember

    screenshot-www amember com 2016-05-01 10-39-49.png
  8. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    I guess it is browser rendering issue actually. You can avoid it with the following CSS rule:
    Code:
    .am-cart .am-cart-product .am-cart-product-content-terms {
        font-style: normal;
    }
    please put this code to site.css file
    http://www.amember.com/docs/Site.css_file
  9. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    will test and report back when i readd the cart on mine

Share This Page