Hi Frank
You are a Life Saver!! 100% a True Legend! I do have one rather pressing issue. I think this is due to me working within the confines of a purchased template. for some reason the price, discount and MSRP price are scattered as per the image I have attached. I don't know if the problem can be solved within the line of css? I would really like them to be under one another... then perhaps also have the ability to change their colors and so on? Could you maybe give me a hand with this? I really appriciate it and can't believe I mad such a rookie mistake...
Code:
.atrib2 {
padding: 10px 15px;
margin-top: 15px;
color: #fff;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}
.atrib2 #productAttributes .wrapperAttribsOptions {
overflow: hidden;
border-bottom: 1px solid #d1d1d1;
padding-bottom: 15px;
color: #555;
}
.atrib2 #productAttributes .wrapperAttribsOptions h4 {
font-size: 16px;
text-transform: uppercase;
margin: 10px 0 10px 0;
color: #777;
font-family: "Open Sans", sans-serif;
}
.atrib2 #productAttributes .wrapperAttribsOptions .option {
width: 33.33%;
color: #000;
float: left;
}
.atrib2 #productAttributes .wrapperAttribsOptions .option label {
margin: 0 0 0 5px;
font-family: "Open Sans", sans-serif;
}
.atrib2 #productAttributes .wrapperAttribsOptions .two {
width: 50%;
padding-bottom: 5px;
}
.atrib2 .add_to_cart_block #prod-price span {
float: right;
margin-top: 10px;
margin-left: 10px;
padding: 10px 10px;
background: #ce1b22;
-webkit-border-radius: 0 4px 0 4px;
-moz-border-radius: 0 4px 0 4px;
border-radius: 0 4px 0 4px;
}
.atrib2 .add_to_cart_block .price-text {
font: 400 19px/34px "Open Sans", sans-serif;
color: #fff;
}
.atrib2 .add_to_cart_block .productSalePrice,
.atrib2 .add_to_cart_block .productSpecialPrice {
font-size: 20px;
line-height: 54px;
}
.atrib2 .add_to_cart_block .normalprice {
font-size: 20px;
line-height: 55px;
}
.atrib2 .add_to_cart_block .productPriceDiscount {
font-size: 17px;
margin-top: 0px;
}
.wrapper.atrib2 {
padding: 0;
}
Thank you so much, I really appreciate the assistance and time you are spending on helping out noobs :-)
Bookmarks