Hello @quituck,
Thanks for asking. 
Please add following CSS under X > Theme Options > CSS:
.woocommerce li.product .entry-wrap {
top: calc(100% - 6em);
}
Please add following CSS under X > Theme Options > CSS:
.woocommerce li.product .entry-header .button {
display: none;
}
I can confirm that the Validation page or main page layout is broken. Upon checking the console I can see that the style.css file is missing. For error message, please see secure note.
I suggest you to download a fresh copy of X Theme and under /x/framework/tco/dist/css/ copy tco.css file and upload the same to your server using FTP programs like FIlezilla under /wp-content/themes/x/framework/tco/dist/css/ directory. Doing so should fix the layout problem of Validation page.
You can take a look at following tutorial to get started with Filezilla:
https://www.tipsandtricks-hq.com/how-to-use-filezilla-with-wordpress-8956
Thanks.