1. dmcutaia
  2. Commercial Templates
  3. Monday, 02 January 2023
  4.  Subscribe via email
I have five icon boxes. I want the white boxes (see link) to all be the same size - even though there is less text in some of them. Is there an easy way to change the size of the text box so I can make them all uniform (basically the size of the one with the most text).

Thanks!

https://dev.freshstartyork.com/index.php/get-started-today
References
  1. https://dev.freshstartyork.com/index.php/get-started-today
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (min-width: 1080px) {
.j51_icon figcaption {
min-height: 510px;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That worked! My site is live now so here is the updated link: https://freshstartyork.com/index.php/get-started-today

:D :D :D :D :D
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!