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
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
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/
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
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
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