hey admins,
i’ve been trying to remove the unnecessary white space in the table at the very bottom of the page. I just want the image align with the tow text block with as much space as needed – At the moment theres huge space under the image and above the text sections.
Pls tell me how to remove that
thanks
Hey restube,
Thank you for your patience and for the login, to correct this I added the custom class td-va-top
to the last table so that the solution will only effect this table:
then I added this css to your WordPress > Customize > Additional CSS field:
.td-va-top td.avia-center-col {
vertical-align: top !important;
}
now the table content is verticaly aligned to the top, please clear your browser cache and check.
Best regards,
Mike