Avada › Forums › Community Forum › CSS for flip box font
-
AuthorPosts
-
Hi All,
What would the CSS be if I wanted to adjust the font on ALL flip-boxes?
Seems the only way I’m going to get them all the same height (as there’s no way I can get the same amount of text in each).
Any help would be gratefully received,
Best, Duncan
Hi guys,
I join the question!
I figured out this CSS:
.flip-box-back-inner, .flip-box-front-inner { min-height: 250px !important; }
which will make them all same height, however, after applying it the backside text is NOT centered anymore – it is aligned to top. Any ideas how to make backside text centered again?
thanks!
Figured it out..
besides the above CSS add also
.flip-box-heading-back { padding-top: 120px !important; }
Obviously change pixels based on your needs… Not very elegant but works..
Very nearly Dragondit90!!
The first part of the CSS works but I’m finding that changing the padding on the heading-back isn’t making any difference. Any suggestions?
Best, Duncan
-
AuthorPosts
- You must be logged in to reply to this topic.