Hikashop cart dropdown appears outside of screen

  • Posts: 9
  • Thank you received: 0
4 years 6 months ago #318302

-- 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?

Attachments:

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
4 years 6 months ago #318310

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:

#hikashop_cart_module div.hikashop_cart_dropdown_content {
    border: 1px solid #eee;
    left: 0px !important;
    right: -190px !important;
}
If you change that CSS to :
#hikashop_cart_module div.hikashop_cart_dropdown_content {
    border: 1px solid #eee;
    left: -190px !important;
    right: 0px !important;
}
it will then display on the left of the cart icon.

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

  • Posts: 9
  • Thank you received: 0
4 years 6 months ago #318338

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.056 seconds
Powered by Kunena Forum