Hi,
I have a questions regarding the CSS previous given to me by yourself.
I would have used this question to continue (see Replay from Robert #45438) , but I have already posted a follow on question there.
This is the CSS provided
.product-info .single_add_to_cart_button{
background:f00;
color:#fff;
}
.wishlist-btn-container.with-styles .add_to_wishlist{
margin-top: 0px;
border: 1px solid #000;
padding: 10px 30px;
margin-left: 10px;
text-transform: uppercase;
font-size: 12px;
}
.etheme_add_to_cart_button{
background:f00;
color:black;
}
.variations_button .button{
font-size: 15px;
padding: 8px 32px;
}
And it works well, but it is sort of independent of each other (ie Wishlist and Add to Cart (single and Options pages), which is fine, gives greater flexibility, but what it means I cannot get the:
Add to Cart – Single Product Page
Add to Wishlist – Single Product page
Add to Cart – Variable product page
Add to Wishlist
I can’t the boxes the same size in relation to each other, and to each page.