Move the buttom under available product in product page

  • Posts: 281
  • Thank you received: 3
8 years 1 week ago #271034

-- HikaShop version -- : 3.1.0
-- Joomla version -- : 3.7.1

Hello
I wuold like move the buttom under the text "Prodotto disponibile" in the list product page:
goo.gl/MmasW2

In the site with old version of hiksahop I solved with this css:
/* portato il bottono sotto la scritta prodotto disponibile e centrato */
#hikashop_product_stock .btn .hikashop_product_stock a.hikashop_cart_button, .hikashop_product_stock .btn.button.hikashop_cart_input_button, .hikashop_product_stock a.hikashop_cart_button {
display: block;
margin: 0 auto;
width: 100px;
}
.hikashop_subcontainer .hikashop_product_stock_count a.hikabtn a.hikacart {
display: block;
margin: 0 auto;
width: 100px;
}
You can see here in cation:
goo.gl/46bVhh
But now it doesn't work
HOw can I solve??

Thanks FRank

Please Log in or Create an account to join the conversation.

  • Posts: 83937
  • Thank you received: 13601
  • MODERATOR
8 years 1 week ago #271058

Hi,

You can use such CSS:
.hikashop_product_stock_count{ display: block; }

Please Log in or Create an account to join the conversation.

Time to create page: 0.038 seconds
Powered by Kunena Forum