Dropdown cart

  • Posts: 75
  • Thank you received: 1
7 years 7 months ago #266585

-- url of the page with the problem -- : www.animaloutfitters.nz
-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3.6.5
-- PHP version -- : 5.6
-- Browser(s) name and version -- : Chrome 36.0.1985

Hi. Is it possible to set up the drop down cart so it overlays on top of its surrounding elements? My cart "pushes down" the elements below nstead.

Thanks

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

  • Posts: 4748
  • Thank you received: 644
  • MODERATOR
7 years 7 months ago #266590

Hello,

Sorry but I'm not sure to understand your needs.
Can you provide more precise elements, like :
- Screenshot with description
- Url link WITH the display issue

Awaiting news from you.

Regards

Last edit: 7 years 7 months ago by Philip.

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

  • Posts: 1119
  • Thank you received: 114
7 years 7 months ago #266680

Hi,

I think you are looking to have something like this: codepen.io/drehimself/pen/VvYLmV
If I am right you can enable dropdown function and add some css like this:

.hikashop_cart_dropdown_content {
    position: absolute;
    background-color: #fff;
    color: #000;
    content: " ";
    box-shadow: 0 0 5px 0 rgba(10,10,10,0.2);
    left: -30px;
    right: 0;
}
.hikashop_cart_dropdown_container {
    position: absolute;
    min-width: 300px;
    right: 0;
}
You should adapt this css to your needs.

Hope that helps.

Kind Regards

Last edit: 7 years 7 months ago by Jerome. Reason: Please use the tag [code] to put code into
The following user(s) said Thank You: Reev3r

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

Time to create page: 0.070 seconds
Powered by Kunena Forum