- Posts: 9
- Thank you received: 0
Hikashop cart dropdown appears outside of screen
- benjamin.dobos
-
Topic Author
- Offline
Less
More
6 years 4 months ago #318302
by benjamin.dobos
Hikashop cart dropdown appears outside of screen was created by benjamin.dobos
-- HikaShop version -- : HikaShop Business 4.2.3 [2004141010]
-- Joomla version -- : Joomla! 3.9.18
I want to have the Hikashop Cart module dropdown to appear to the left of the cart icon instead of the right to prevent it to bleed outside of the screen. What do I need to change?
-- Joomla version -- : Joomla! 3.9.18
I want to have the Hikashop Cart module dropdown to appear to the left of the cart icon instead of the right to prevent it to bleed outside of the screen. What do I need to change?
Please Log in or Create an account to join the conversation.
6 years 4 months ago #318310
by nicolas
Replied by nicolas on topic Hikashop cart dropdown appears outside of screen
Hi,
In the frontend CSS of HikaShop (that you can edit under the Display tab of the HikaShop configuration page), you've actually already customized the look of the cart module to display like this with that CSS:
If you change that CSS to :
it will then display on the left of the cart icon.
In the frontend CSS of HikaShop (that you can edit under the Display tab of the HikaShop configuration page), you've actually already customized the look of the cart module to display like this with that CSS:
Code:
#hikashop_cart_module div.hikashop_cart_dropdown_content {
border: 1px solid #eee;
left: 0px !important;
right: -190px !important;
}
Code:
#hikashop_cart_module div.hikashop_cart_dropdown_content {
border: 1px solid #eee;
left: -190px !important;
right: 0px !important;
}
Please Log in or Create an account to join the conversation.
- benjamin.dobos
-
Topic Author
- Offline
Less
More
- Posts: 9
- Thank you received: 0
6 years 4 months ago #318338
by benjamin.dobos
Replied by benjamin.dobos on topic Hikashop cart dropdown appears outside of screen
I completely forgot where I made this change, thank you so much for your help!
Please Log in or Create an account to join the conversation.
Time to create page: 0.230 seconds