test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • locofede Friend
    #197144

    Hi,
    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.


    1. phone
    Nazario A Friend
    #532846

    @locofede,

    This 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 Friend
    #532992

    hi 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..

Viewing 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