https://www.mylabrador.it/stelle/hope/
table td, tr {
vertical-align: middle;!important;
}
do not work
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
Yes but don’t work
https://www.mylabrador.it/stelle/hope/
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
Perfect! Thanks so much!
Hi unicaweb,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria