hi guys,
i am trying to get the product image and info on the right have their bottom borders line up.
I put a bottom border on .product class but it was uneven with the images border so I took the bottom border of the image off. When i did that, the product border was hidden by the image on my 16 inch macbook.
Any suggestions? Thanks
Hey bobfurgo,
Best regards,
Victoria
Hi! Can you try again? It’s loading for me.
Hi,
Sorry for the late reply, please try this css and remove yours, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.single-product .container_wrap_first {
border: 1px solid #000;
}
#top.single-product .single-product-main-image.alpha {
border-right: 1px solid #000;
}
Best regards,
Mike
THANK YOU SO MUCH!
Just one more question related to this, the bottom border is really low, you have to scroll down the page a bit before it shows. how can i push it up some?