hi,
i use a little rider element with three tabs.
everything works fine except the fact, that i want a vertical align of the text in the tabs.
i know that the css syntax is ‘vertical-align:middle;’ but i am not able to place it in the right context in my quick css.
what is the full and correct syntax?
thx in advance
greetz
achim
Hi chudeck!
not sure what you are trying to do. Could you please provide us a screenshot showing what you want to achieve? you can use imgur or dropbox.
Best regards,
Andy
Hi Andy!
I try to align the text in the tab in the middle (vertically). See the example in the private Link.
thx in advance & kind regards,
Achim
Hi!
You can only use the vertical align on tables and I’m not sure if you can change the display to table on strong elements or not. You could try some CSS like this though.
.tab_inner_content p strong {
display: block;
padding-top: 5% !important;
}
Cheers!
Elliott
Hi
and many thanks for the css-snippet, but unfortunately it does not work.
Any other suggestions?
Best regards,
Achim
Hi!
Code Elliott posted here should work – https://kriesi.at/support/topic/vertical-align-of-the-next-in-rider-tabs/#post-464060
but i cannot see it being applied. Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit