This topic has 16 replies, 4 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler
hallo, we need some changes:
1. reduce sku font size
1a. reduce space under price and line
2. wishlist right of cart and when add a product at wish list not see the text “the product….” be like https://ibb.co/c3BmqtY and not see after you put at wish list–> https://ibb.co/vDXS9PL
thanks!!
Hi,
1. Use below code
.single-product .product_meta > span,
.single-product .product_meta > div {
font-size: 14px;
}
1a. Use below code
.single_product-html_block1 hr {
margin: 10px 0;
}
2. It seems you fixed it.
Regards,
Hung PD
1a we want the code include and sku
.single-product .et_product-block .product_brand {display: inline-block;margin-left: 40%;}
.single-product .et_product-block .price {display: inline-block;}
.single-product .et_product-block .upsell-products-wrapper:empty { display: none;}
be at the right of sku and price no only price
Hello,
1a) http://prntscr.com/sfh8pj I checked your site and don’t understand what you are trying to implement taking into account screenshot you provided. Could you, please, provide us screenshot and highlight things you want to change/move and where?
2) There is no such option in our theme. You may submit customization request here because additional customization is not included in basic support https://themeforest.net/page/item_support_policy
Regards
Hello,
I see. I’m afraid that a single builder does not have options to align the mentioned information in this way.
Regards
its possible to add sku at {display: inline-block;margin-left: 40%;}
.single-product .et_product-block .product_brand {display: inline-block;margin-left: 40%;}
.single-product .et_product-block .price {display: inline-block;}
.single-product .et_product-block .upsell-products-wrapper:empty { display: none;}
Try to change the code for brand to http://prntscr.com/shrvhv
Regards
i have this code now, what i must change?
.single-product .et_product-block .product_brand {display: inline-block;margin-left: 65%;}
.single-product .et_product-block .price {display: inline-block;}
.single-product .et_product-block .upsell-products-wrapper:empty { display: none;}
Have you seen the screenshot?
This
.single-product .et_product-block .product_brand {display: inline-block;margin-left: 65%;}
to
.single-product .et_product-block .product_brand {
display: inline-block;
margin-left: 65%;
position: absolute;
top: 10%;
}
Regards
at some products we have problem with line
Hello,
I have removed the previous code and replace it by http://prntscr.com/sj1tpi and used connection block to align brands correctly.
Check now.
Regards
its possible to paste the code? thanks
Hello,
I have provided you screenshot of the code http://prntscr.com/sj1tpi , you can find it in the Theme Options > Custom CSS.
Regards
Remove url from our posts because we can’t edit it. Thanks
Ok. Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up