Home › Forums › Themes Support › Claue › Display elements in 1 line
- This topic has 10 replies, 2 voices, and was last updated 6 years, 4 months ago by Mag8891.
-
AuthorPosts
-
-
July 14, 2018 at 9:54 pm #22733
Hi Harry
I am trying to find the code to put reviews stars and percentage in 1 line, I think about this code, but it doesn’t work, could you please help me to find the mistake?
.price-review .woocommerce-product-rating .star-rating .jas-wc-single .product .wcst_smarter_reviews {
display: inline-block;
}thank you
-
July 15, 2018 at 12:23 pm #22758
Hi,
Please add below code
.entry-summary .price-review { display: inline-block;} .entry-summary .wcst_smarter_reviews {float: right;} .product-quickview .woocommerce-product-rating {margin-left: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 16, 2018 at 2:33 am #22786
Hi Harry so I have tired to use the above code as example to move other elements the same way but for some reason the left sie is 1 line higher then it should be, could you help me to correct please? thank you
.entry-summary .price { display: block;}
.entry-summary .wcst_savings_top {
display: inline !important;
float: right;}
.entry-summary .wcst_savings_variation {
display: inline !important;
float: right;}This works OK, but when I add below it moves downs 1 line
.entry-summary .wcst_low_stock_scarcity { display: inline-block;}
.entry-summary .wcst_deal_expiry {float: right;}Attachments:
You must be logged in to view attached files. -
July 16, 2018 at 3:02 am #22791
sorry this part works
.entry-summary .price { display: inline-block;}
.entry-summary .wcst_savings_top {
float: right;}
.entry-summary .wcst_savings_variation {
float: right;}but not below
.entry-summary .wcst_low_stock_scarcity { display: inline-block;}
.entry-summary .wcst_deal_expiry {float: right;} -
July 16, 2018 at 7:12 pm #22819
Could you sen me the link of product show full information.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 16, 2018 at 7:23 pm #22820This reply has been marked as private.
-
July 17, 2018 at 12:46 am #22836
Cool, it now show perfect.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
July 17, 2018 at 3:30 am #22848
hi no, sorry when I add the code below it all move as on the pic I attached earlier, I don’t understand why as it works for other lines, see last two line I add in my custom css and it move 1 line below on the right column, and after this code change the gift card design button too all on separate line, but not 2 in one line
.entry-summary .wcst_low_stock_scarcity { display: inline-block;}
.entry-summary .wcst_deal_expiry {float: right;}
-
-
July 18, 2018 at 4:24 am #22907This reply has been marked as private.
-
July 18, 2018 at 7:45 pm #22924
Hi,
It can’t make “Only 4 left in stock!” and “Sale ends in 2 weeks” in a line because the HTML code not support.
I recommend this style http://take.ms/9Z5iY
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 18, 2018 at 7:48 pm #22926This reply has been marked as private.
-
-
AuthorPosts
You must be logged in to reply to this topic.