-
AuthorPosts
-
locofede Friend
locofede
- Join date:
- September 2008
- Posts:
- 19
- Downloads:
- 13
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
April 28, 2014 at 10:20 am #197146Hi all,
can we have varable height in grid layout for mobile view. I have created new content type but due to my content is very large its cutt off in mobile views.Pls help.
Thanks in advance.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
locofede Friendlocofede
- Join date:
- September 2008
- Posts:
- 19
- Downloads:
- 13
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
April 28, 2014 at 10:46 am #532692chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
locofede Friendlocofede
- Join date:
- September 2008
- Posts:
- 19
- Downloads:
- 13
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
April 28, 2014 at 11:13 am #532694ok as i will live the site I will give you access. well I know this is a css problem since height is fixed for title and content because grid height is fixed. if you will let me know how to make height variable I will try to fix.
locofede Friendlocofede
- Join date:
- September 2008
- Posts:
- 19
- Downloads:
- 13
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
April 28, 2014 at 11:15 am #532695well we have the same problem on demo site also.
locofede Friendlocofede
- Join date:
- September 2008
- Posts:
- 19
- Downloads:
- 13
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
April 28, 2014 at 1:17 pm #532703hi chavan,
I have PM site access. Pls have a look.swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
April 28, 2014 at 1:21 pm #532706Don’t post passwords here or you’ll be hacked. Do it via a PM.
locofede Friendlocofede
- Join date:
- September 2008
- Posts:
- 19
- Downloads:
- 13
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
April 28, 2014 at 1:40 pm #532710thanks swissa,
I have deleted credentials from post and done PM.chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 29, 2014 at 3:02 am #532799go to this File: /templates/ja_fixel/css/custom.css
1. remove this code
.fixel-grid .overlay article .item-desc { /*background: rgba(0,0,0,0.75);*/ background:transparent; bottom: 0px; top:0; color: #fff ; left: 0; position: absolute; padding:60px 35px 10px; right: 0; vertical-align: middle; }Find and remove this code too.
.fixel-grid .overlay article .readmore{ bottom: 10px; float: right; position: absolute; right: 35px; }Add this code
@media (min-width: 1200px){
.fixel-grid .overlay article .item-desc {
/*background: rgba(0,0,0,0.75);*/
background:transparent;
bottom: 0px;
top:0;
color: #fff ;
left: 0;
position: absolute;
padding:60px 35px 10px;
right: 0;
vertical-align: middle;
}
.fixel-grid .centered article .readmore{
bottom: 15px;
float: right;
position: absolute;
right: 15px;
}}
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by chavan 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Can we have variable height grid in JA Fixel
Viewing 10 posts - 1 through 10 (of 10 total)