Home › Forums › Gravida Support › Service Boxes – Fixed Height
- This topic has 8 replies, 2 voices, and was last updated 5 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
February 1, 2019 at 11:29 am #116033
Hi
I would like to make a set of service boxes that all use the same height even when the text in them is different amounts.
I have updated the style.css to say this…
.boxpattern-1{min-height:2000px;width:25%;text-align:center;float:left;margin:0 0 2.5%;padding:.5% 1.5% 0}
I’m using min-height:2000px to make it stupidly BIG to see if it works but it doesn’t!!!
If I change it to…
.boxpattern-1{height:150px;width:25%;text-align:center;float:left;margin:0 0 2.5%;padding:.5% 1.5% 0}
Then it makes the box smaller than the content… So I know this is the line in the CSS that is affecting the box.
Here is a screen shot of what it looks like and I have marked what I want to happen.
Please DO NOT ask for a login to the site as it is a client site and they won’t allow it. Instead please post the code that I need to add/change and tell me which files it is in.
Thanks you.
February 1, 2019 at 12:44 pm #116050Hi,
Kindly show us your website URL please?
Regards,
BradFebruary 1, 2019 at 1:05 pm #116060Again I will email as the forum is not showing the screenshots I have attached
February 1, 2019 at 1:24 pm #116064Okay
February 4, 2019 at 7:13 am #116181Hi,
You have not mentioned your website URL on email.
Regards,
BradFebruary 4, 2019 at 8:20 am #116188Excuse me!!! The URL was right at the top of the email I sent!!!
Here is a picture of the email I have uploaded to Imgur
February 4, 2019 at 10:49 am #116245Hi,
We checked, all the boxes are the same height
Have a look at:
https://imgur.com/a/akdojca
Regards,
BradFebruary 4, 2019 at 11:57 am #116259Brad
THAT IS NOT AN ACCEPTABLE ANSWER!!!
That is because there is Lorem Ipsum in the boxes!!!
When the boxes have different amounts of text in they go to different sizes!!!
Please answer the VERY BASIC question… How do I set and fix the height of the boxes so that when they have different amounts of text in them they will all be the height that I have set them to???
Thank you
SteveFebruary 4, 2019 at 12:12 pm #116262Hi,
Kindly use this CSS
.boxpattern-1 .serviceboxbg { min-height: 430px; }
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.