Shop Categories

X

Shopping cart

Home Forums Agama Pro Shopping cart

Topic Resolution: Resolved
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #20771
    biotxakur
    Participant

    Hi!
    When I select the shopping cart, the
    drop down apears but when I go down the list cart
    it is unconfigured. What can I do?

    #20809
    Zex
    Moderator

    Hello, biotxakur!

    How you mean “it’s unconfigured”?

    I don’t see any problem there.
    https://prnt.sc/pyzcw9

    #20814
    biotxakur
    Participant

    but you must include more products 8 or 9

    #20820
    Zex
    Moderator

    I think, now I see the problem…

    Try to insert the following CSS code into Customizing-> General-> Additional CSS:

    li.vision-main-menu-cart.agama-cart-open .agama-cart-content{
     max-height: 300px;
     overflow: auto;
     z-index:9999;
    }
    .sticky-header-shrink .sticky-nav li a {
        line-height: normal!important;
    }

    Change the “max-height” value per your needs.

    Regards

    #20948
    biotxakur
    Participant

    Hi Im sorry but the problem its not fixed

    #20950
    Zex
    Moderator

    Hi,
    Can you attach a screenshot of what you want to do?

    Thanks

    #20959
    Zex
    Moderator

    Hi,

    I checked your website and I have found that you didn’t insert the last part of the code I gave you in the previous post, so I inserted it for you.
    Now, it seems to me, everything looks all right.

    Please check your List again.

    Regards

    #20965
    biotxakur
    Participant

    Its not right, I had to remove it because now I cant see “view card”

    #20969
    Zex
    Moderator

    Hi,

    The first part of the code shortens your list to the height specified by the max-height value. When the List passes this height (in your case 300px), it becomes scrollable, since the “view cart” button is located at the end of the list, you have to scroll down your list to see the button.
    Scrollable product list
    If you want your “view cart” button to be permanently visible, you can try removing the first part of the code so that only the second part of the code remains, (which reduces the distance between lines of text) so that the list becomes shorter. You may like this option more.

    REMOVE THIS PART:

    li.vision-main-menu-cart.agama-cart-open .agama-cart-content{
     max-height: 300px;
     overflow: auto;
     z-index:9999;
    }

    Leave this part:

    .sticky-header-shrink .sticky-nav li a {
        line-height: 2.5!important;
    }

    Actually. I’ve already done that for you, so please just check your List now.

    Regards

    • This reply was modified 3 years, 12 months ago by Zex.
    #20971
    biotxakur
    Participant

    thanls but now the shop cart its ok and the other menu is not ok, check the submenu “perro” and “gato” please,

    #20972
    Zex
    Moderator

    You are right.

    I modified the last part of the code to this:

    .vision-main-menu-cart  a {
        line-height: 2.5!important;
    }

    It should be ok now.

    Regards

    #20987
    biotxakur
    Participant

    perfect 😉

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.