-
AuthorPosts
-
June 26, 2015 at 3:01 am #207867
Hello,
I am wanting to make certain columns in my site equal in height to each other. On top of this, I would like to make certain parts of each column also match up. Let me explain.
At the footer of my website (in positions footer-1 through footer-4, I have four columns as shown in this image:
I want each of these columns to be the same height as each other (right now they are only the same height because I don’t have enough content in them). I was also hoping I can line up the Home links with each other at the same height. They are not on the same height because the module titles are too long so they take up a second line. Is there any way to do this?
Thanks!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 26, 2015 at 9:31 am #575612Hello
In this case share your working site url here . so i can what exactly you need .
without details its hard to assume what exactly you want to change on your site .June 26, 2015 at 11:47 am #575625laplayamaya.playerocity.com. The area I am describing is the footer section! Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 29, 2015 at 3:28 am #575749Hello Playerocity
I checked your site , Currently its showing the equal height 204 px for each module , can u check it again .
if you would like to change the min-height of module you can do it via module ID .
example : add this code in custom.css
#Mod172 {
min-height: 300px;
}
Now mod id 172 will have a min-height 300px .
Hope it helps.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 29, 2015 at 3:28 am #642078Hello Playerocity
I checked your site , Currently its showing the equal height 204 px for each module , can u check it again .
if you would like to change the min-height of module you can do it via module ID .
example : add this code in custom.css
#Mod172 {
min-height: 300px;
}
Now mod id 172 will have a min-height 300px .
Hope it helps.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 29, 2015 at 3:28 am #740738Hello Playerocity
I checked your site , Currently its showing the equal height 204 px for each module , can u check it again .
if you would like to change the min-height of module you can do it via module ID .
example : add this code in custom.css
#Mod172 {
min-height: 300px;
}
Now mod id 172 will have a min-height 300px .
Hope it helps.June 29, 2015 at 3:09 pm #575808I understand how I can do that…however, there will be times that a min-height of 300px will not be enough as the web site is responsive. So at certain browser widths, the columns will shrink in width and therefore have a taller height. Is there any javascript/jquery I can add to this to make sure they are always the same height as each other?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 29, 2015 at 3:29 pm #575810Hi
responsive position behave is like this way , height is depend on the content . as there are different module position so u can not make them same auto. height it always depends on the content item height .
you can apply @media css style if you want to apply different equal content height by mod id .AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by Pankaj Sharma 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Equal Height Positions
Viewing 8 posts - 1 through 8 (of 8 total)