This topic has 12 replies, 3 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow
Hi,
When an inner column has more content than the others, its height will be different than the others. So how can I make the other inner column has an equal height all together?
Hi,
On the smaller screens, you can decrase padding
Add custom CSS
@media (max-width: 460px){
.smaller-screens{
padding-left: 5px;
padding-right: 5px;
}
}
Regards,
Hung PD
Hi,
I added this code and Extracclass name on the upper one first, but there is no change. Then I added them on the lower one, still no change.
Hello,
If you want to have all the columns with equal height then use rows layout instead of columns and equal height option http://prntscr.com/r048mc I have created an example below your row.
Regards
Thank you
You are welcome.
Regards
Hi,
Thank you
Hello,
That padding is the default padding for the column http://prntscr.com/r14xj7 To remove/change it go to Pages > edit page and change the padding-top to 0 or anything you need http://prntscr.com/r14zqq
Regards
Hello,
You chose the full height option for the section that’s why it displays 100vh http://prntscr.com/r1669a If you don’t want to make it full browser height why did you enable this option?
Regards
Thank you. I think I enabled it acidently
You are welcome. So, now you know what that option means 😉
Regards
You must be logged in to reply to this topic.Log in/Sign up