-
AuthorPosts
-
March 24, 2014 at 1:53 pm #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
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
March 25, 2014 at 3:20 am #527963It 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.
March 25, 2014 at 11:17 am #528043Thanks – 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 Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 25, 2014 at 1:43 pm #528058do 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.
March 25, 2014 at 2:47 pm #528061Chavan, 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 Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 25, 2014 at 3:11 pm #528063Try 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;
}1 user says Thank You to chavan for this useful post
March 25, 2014 at 4:05 pm #528072Chavan – It’s perfect, thank you very much!
AuthorPostsViewing 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
Jump to forum