Hi, I am trying to add a table into my collection description to include images however one of the images has a lot of white space underneath.
Please can you advise me how I can correct this code so everything is inside the block with the correct spacing.
<table>
<tr>
<th colspan="2" rowspan="3">

</th>
<th colspan="2">

</th>
</tr>
<tr>
<th>

</th>
<th>

</th>
</tr>
</table>
This seems to be working. If the issue persists, provide a link to the page and i can look further
1 Like
Thank you so much for the response, however, it still is not working. Please see here.
No problem.
Had a quick look, you’ll need to go to your theme.scss file and find some code that states the following:
margin-top: 0.9375rem;
margin-bottom: 0.9375rem;
change these to 0 to remove the big gap between the top row and lower rows.
Then to bring the top image in line, you’ll need to add a padding of 12px to the element style containing the ‘Protein Recover Fudge’ image.
Then for the bottom alignment the easiest thing might be to edit the actual image ‘Welcome to xmiles’ to be slightly larger.
hope this helps, if you need assistance send me your store.myshopify.com link and i’ll request access