Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kris_395 Friend
    #135888

    How to increase space between View Cart button and text below and get rid off hr line?
    Thank you


    1. cart
    Sherlock Friend
    #281096

    Hi kris_395 !

    I don’t see the problem on quickstart of larix , Please send me , url of your site, i need it to have a closer look on the problem.

    kris_395 Friend
    #281169

    Thank you for replying. You are right, there is no problem in quickstart. But for this site I’m using just Larix template (http://www.fishontariostore.com). I have send you a message via skype.

    Sherlock Friend
    #281213

    Hi kris_395 !
    You can do it following some steps below :

    1.Please open ja-vm.css file in templates/ja_larix/css folder, find following code section at about line 66 :


    #ja-vm-cart div.moduletable a {
    background:transparent url(../images/button-viewcart.gif) no-repeat scroll right top;
    display:block;
    height:19px;
    margin:5px 0 0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-indent:-2000px;
    width:100px;
    }

    change to :


    #ja-vm-cart div.moduletable a {
    background:transparent url(../images/button-viewcart.gif) no-repeat scroll right top;
    display:block;
    height:25px;
    margin:5px 0 0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-indent:-2000px;
    width:100px;
    }

    2. Open template_css.css file in templates/ja_larix/css folder , find following code section at about line 138 :


    hr {
    border-color:#DDDDDD -moz-use-text-color -moz-use-text-color;
    border-style:solid none none;
    border-width:1px 0 0;
    height:1px;
    }

    change to :


    hr {
    border-color:#DDDDDD -moz-use-text-color -moz-use-text-color;
    border-style:solid none none;
    border-width:1px 0 0;
    height:1px;
    display:none;
    }

    kris_395 Friend
    #281219

    Thank you very much. Great support. Now works perfect.

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

This topic contains 5 replies, has 2 voices, and was last updated by  kris_395 15 years, 9 months ago.

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