Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #463078

    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

    • This topic was modified 9 years, 8 months ago by chudeck.
    #463360

    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

    #463650

    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

    #464060

    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

    #464655

    Hi

    and many thanks for the css-snippet, but unfortunately it does not work.

    Any other suggestions?

    Best regards,

    Achim

    #465731

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.