Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Jared Bauer Friend
    #133658

    I need to minimize the space above the breadcrumbs area. I have tried everything I can think of without success. Anybody? Please Help! And a huge thanks in advance.

    Sherlock Friend
    #272009

    HI !
    You can do it following way below :
    Open template.css file in templates/ja_edenite/css folder , find following code section at about line 802 :


    #ja-pathway {
    background:#F8F8F7 none repeat scroll 0 0;
    border-color:#E7E8E6 #E7E8E6 -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px medium;
    color:#626A69;
    font-weight:bold;
    padding:5px 15px;
    }

    change to :


    #ja-pathway {
    background:#F8F8F7 none repeat scroll 0 0;
    border-color:#E7E8E6 #E7E8E6 -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px medium;
    color:#626A69;
    font-weight:bold;
    padding:10px 15px;
    }

    Jared Bauer Friend
    #272019

    So I tried that but it just made the breadcrumbs space itself change. I need to white space above that to change. Any ideas?

    Thanks

    Menalto Friend
    #272204

    If you look in the css file for this here:

    #ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-fr, #ja-containerwrap-fl {
    background:#FFFFFF url(../images/grad1.gif) repeat-x center bottom;
    margin:25px 0;
    padding:0;
    }

    Where you can change the margin: 25px 0; to margin:25px 0 10px;, and the 10px is the margin for the space above the pathway, so you can set it to 0 if you want

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

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

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