-
AuthorPosts
-
August 27, 2015 at 2:22 pm #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
PeterAugust 27, 2015 at 4:55 pm #494324Hey 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 10 years, 2 months ago by
Elliott.
August 28, 2015 at 12:31 pm #494788Hi 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/August 28, 2015 at 4:54 pm #494984Hey!
Isn’t what what your trying to do? Take a screenshot and highlight your intentions so we can get a better idea.
Best regards,
ElliottAugust 29, 2015 at 11:01 am #495279Hi Elliott,
here’s my screenshot:
https://drive.google.com/file/d/0B0TqEFDVcQi8S0hCV1pWS0YzZkU/view?usp=sharingAll textboxes in a row should have the same height – with the same background-color.
Regards
PeterAugust 31, 2015 at 2:55 pm #495851Hi!
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 -
This reply was modified 10 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
