- Posts: 84
- Thank you received: 2
Change the width of minicart drop down
7 years 5 months ago - 7 years 5 months ago #305784
by sdhakad
Change the width of minicart drop down was created by sdhakad
-- HikaShop version -- : 4.0.3
-- Joomla version -- : 3.9.5
-- PHP version -- : 7.1
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : Size of minicart drop down
Hello. How can i change the width of mini-cart drop down. i have attached the screenshot for your consideration.
Thank you,
Sharat
-- Joomla version -- : 3.9.5
-- PHP version -- : 7.1
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : Size of minicart drop down
Hello. How can i change the width of mini-cart drop down. i have attached the screenshot for your consideration.
Thank you,
Sharat
Last edit: 7 years 5 months ago by sdhakad.
Please Log in or Create an account to join the conversation.
7 years 5 months ago #305813
by nicolas
Replied by nicolas on topic Change the width of minicart drop down
Hi,
You can use such CSS:
www.hikashop.com/support/documentation/1...ize-the-display.html
You can use such CSS:
Code:
#hikashop_cart_module div.hikashop_cart_dropdown_content {
width: 400px;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.222 seconds