Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lpanjabi Friend
    #142654

    I changed the Add to Cart button on my site, and they are showing up cut off. Can someone please tell me how I can fix this?

    You can take a look of what I mean at http://www.cubancigarsdirect.net/index.php?page=shop.browse&category_id=6&option=com_virtuemart&Itemid=64

    Thanks 🙂

    bennitos Friend
    #311048

    Open ja.vm.css and look around line 39, you will find:


    .addtocart_button {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/button-addtocart.gif) no-repeat scroll left top;
    display:inline;
    height:30px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-indent:-2000px;
    vertical-align:top;
    width:90px;
    }

    Change it to:


    .addtocart_button {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/button-addtocart.gif) no-repeat scroll left top;
    display:inline;
    height:30px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-indent:-2000px;
    vertical-align:top;
    width:141px;
    }

    Make a backup before making changes 🙂

    lpanjabi Friend
    #311102

    That worked! Thanks! =)

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  lpanjabi 15 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum