Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1207352

    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

    #1207850

    Hey bobfurgo,

    Best regards,
    Victoria

    #1207852

    Hi! Can you try again? It’s loading for me.

    #1209007

    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

    #1209320

    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?

    #1209330

    Hi,
    Try this and adjust the height to suit:

    @media only screen and (min-width: 767px) { 
    .single-product .single-product-main-image {
        height: 600px;
        border: 1px solid #000;
    }
    .single-product .container_wrap_first {
    	height: 600px;
    }
    }

    Best regards,
    Mike

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