-
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:13 am #197144Hi,
On mobile view grid content is get cutt off. Title and content is getting cutt and not in full lenght. I want to show full content and title. don’t want fixed height.Thanks in advance.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
April 29, 2014 at 9:20 am #532846This is a masshead module. In the mobile view, you should show a path of the description. You can customise the css to increase the description’s width and the height.
Please try to create a new file called “custom.css” in the /templates/your_template_name/css/ path, then add this code:
.jamasshead .jamasshead-description {
max-height: 186px;
width: auto;
}.jamasshead .jamasshead-description h3{
max-width: 186px;
}
You can change the value in red as you wish.
If the problem still persists, pls post URL your site here so that I can investigate further and help you out.
fmfame Friendfmfame
- Join date:
- October 2013
- Posts:
- 228
- Downloads:
- 4
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 25 times in 1 posts
April 30, 2014 at 9:35 am #532992hi iocofede,
if its no problem if the jamassshead module have more height then the other four-sided figures, then this is the solution. I also had added this to my own fixel template:
add in custom.css:
.headerbottom .jamasshead .jamasshead-description {
max-height: 100%;
}
.jamasshead .jamasshead-title {
max-height: none;
}And now try it and maybe you need a little bit distance of the text from the right. So you can add 10px free space or more to the right
.jamasshead {
padding-right: 10px;
}wish you a nice day..
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by fmfame 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Grid Content cutt off in mobile view
Viewing 3 posts - 1 through 3 (of 3 total)