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

    https://www.mylabrador.it/stelle/hope/

    table td, tr {
    vertical-align: middle;!important;
    }

    do not work

    #1013367

    Hey Stefano,
    In your css you have a “;” before the “!important;”
    please remove so your css will look like:

    table td, tr {
    vertical-align: middle !important;
    }

    Best regards,
    Mike

    #1013507
    #1013618

    Hi,
    I took a look at your page and it’s still showing as “vertical-align: baseline;” in your cached css.
    It looks like you are using a cache plugin, please try clearing your cache plugin.
    If you are having trouble clearing your plugin, try adding the css to WordPress > Customize > Additional CSS as it has priority over the other css files.
    Otherwise please try:

    #top .avia_textblock table td,#top .avia_textblock table tr {
    vertical-align: middle !important;
    }

    Best regards,
    Mike

    #1013639

    Perfect! Thanks so much!

    #1013776

    Hi unicaweb,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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