-
AuthorPosts
-
June 19, 2014 at 5:00 am #198968
Hi,
I need to remove the blank area in the user blog layout in K2, you can see it here:
http://www.guatefutbol.com/2014-01-27-03-42-24/dwight
or here:
http://www.guatefutbol.com/component/k2/itemlist/user/49-robinsonortiz
I need to remove the red areas:
I tried to remove it in the K2 global configuration and layout php files, but I cant do it, please help.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 19, 2014 at 8:51 am #539479Hi,
Please open the root_folder/templates/ja_fubix/css/themes/green/k2.css file and look for this declaration:
.view-tag {
height: 300px;
margin-bottom: 15px;
position: relative;
}
Then update as follows:.view-tag {
margin-bottom: 15px;
position: relative;
}June 19, 2014 at 2:55 pm #539524Hi,
I changed the code you gave me, and the blank space dissapear only for the first row, still having blank space in the other articles in the bottom.
See:
http://guatefutbol.com/2014-01-27-03-42-24/dwightI think its the “min-height” property, but I dont know where to change it, and I dont want to alterate the other layouts in the site.
June 19, 2014 at 3:23 pm #539540Forget it, I changed the min height here:
.userItemList .userItemView {
border-bottom: 1px solid #e5e5e5
background: url(../../../images/line.gif) repeat-y right top;
float: left;
margin: 0 0 20px;
min-height: 200px;
padding-bottom: 10px;
width: 50%;
}And now its working well, thanks!
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 23, 2014 at 2:59 am #539800Glad to hear that you sorted it out. Please let me know if you have additional questions.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Adam M 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove blank area in K2 user page (blog) layout
Viewing 5 posts - 1 through 5 (of 5 total)