test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • bonzomedia Friend
    #196104

    Hi,

    Can you advise how I can effectively group the search widgets into columns please?

    You can see from the attached screenshot what I’d like to achieve….

    Thanks


    1. Properties-8
    Thanh Nguyen Viet Friend
    #527963

    It is an css issue, to resolve this please open the file http://clients.bonzomedia.co.uk/webmonkey/staging2/modules/mod_jak2filter/assets/css/style.css

    Find the following rule:

    div ul.ja-k2filter li {
    background: none;
    margin-bottom: 20px;
    overflow: visible;
    padding: 0;
    }

    And replace it with:

    div ul.ja-k2filter li {
    background: none;
    margin: 0 0 20px 0 !important;
    overflow: visible;
    padding: 0;
    }

    In the extra fields manager page in K2 back-end, you need to swap position of “REGATTAS” field and “MINS. WALK YACHT HAVEN” field, to get 2 sliders displayed in the same column.

    bonzomedia Friend
    #528043

    Thanks – that’s helped a little – however the Regattas block is a Tags block (renamed). How can I break the column after the Tags block?

    chavan Friend
    #528058

    do you want the layout to be as this image attached below. If I’m wrong post me a screenshot, will check and revert on this.


    1. Aviary-clients-bonzomedia-co-uk-Picture-1
    bonzomedia Friend
    #528061

    Chavan, Yes that would probably work!!

    For now I changed the layout to be 5 columns, added in a class for the tags block by changing default.php on this line:-

    $style =’style=”‘.$ja_column.$clear.'” class=”tagBlock”‘;

    and am forcing this to be wider than the other columns in my CSS

    li.tagBlock {width: 30%!important;}

    Although it’s improved, your layout might actually look better.

    chavan Friend
    #528063

    Try this

    Go to this File: /templates/velocity/css/custom.css

    Add this code

    #s5_sub_menu_wrap .ja-k2filter .tagBlock{
    width:100% !important;
    margin: 0 0 15px 0 !important;
    }

    .tagBlock label{
    float:left;
    margin-right:24px !important;
    }

    #tags_id_0{
    clear:both;
    }

    .tagBlock input{
    margin-right:5px !important;
    }

    #s5_sub_menu_wrap .ja-k2filter li{
    width:30% !important;
    }

    bonzomedia Friend
    #528072

    Chavan – It’s perfect, thank you very much!

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

This topic contains 7 replies, has 3 voices, and was last updated by  bonzomedia 10 years, 8 months ago.

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