Hi everyone, I am looking for some help as I am not sure how I can make the images for multicolumn clickable ( to a product ), I am also needing help aligning the multicolumn to the centre as it is not centered, as shown below there is the purple block on the right side only and not the left ( not sure what it is called ).
To make the images clickable, you can wrap each image in an anchor tag (<a> tag) and set the href attribute of the anchor tag to the product link. Here’s an example:
Replace product-link with the link to your product, and image-src with the URL or path to your image.
To align the multicolumn to the center, you can wrap the multicolumn in a container element (such as a <div> tag) and set the text-align property of the container element to center. Here’s an example:
php <div style="text-align: center;"> <!-- multicolumn images here --> </div>
Replace <!-- multicolumn images here --> with your multicolumn images code.
Regarding the purple block on the right side, it’s hard to tell without seeing your code.