Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1301405

    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

    • This topic was modified 3 years, 1 month ago by restube.
    #1301772

    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:
    2021-05-22_172945.jpg
    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

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