Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #494170

    Hi all,

    here my problem with the portfolio grid:

    All textboxes in a row shall have the same height with only one backgroud color.
    Please find a screenshot in the link below – the red marked boxes showing my problem.

    https://drive.google.com/file/d/0B0TqEFDVcQi8bkt3dDJCbE41eUU/view?usp=sharing

    Thank you for your help.

    Regards
    Peter

    #494324

    Hey Peter!

    Try adding this to your custom CSS.

    .grid-content { min-height: 100px !important; }
    

    Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

    • This reply was modified 9 years, 4 months ago by Elliott.
    #494788

    Hi Elliott,

    the min-height
    wouldn’t solve the problem, cause every row in the grid would be displayed with this height … and that makes no sense …

    Here the link to the page:
    http://meinschreiner.hanneslange.de/

    #494984

    Hey!

    Isn’t what what your trying to do? Take a screenshot and highlight your intentions so we can get a better idea.

    Best regards,
    Elliott

    #495279

    Hi Elliott,

    here’s my screenshot:
    https://drive.google.com/file/d/0B0TqEFDVcQi8S0hCV1pWS0YzZkU/view?usp=sharing

    All textboxes in a row should have the same height – with the same background-color.

    Regards
    Peter

    #495851

    Hi!

    I’m sorry but I do not understand. Your saying you want them all the same height but then you say “cause every row in the grid would be displayed with this height … and that makes no sense ” and those statements contradict each other. If you indeed want them all to be the same height then use the CSS I provided in my first post.

    To change the background color you can add this.

    .grid-content, .grid-content h3, .grid-content header {
        background: #F00 none repeat scroll 0% 0% !important;
    }

    Cheers!
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.