• Resolved ibreibre

    (@ibreibre)


    Hi, Im looking to fix this issue I have with the buttons inside the cart item in the menu being too narrow. I would like to make the container of the cart a bit wider so there is more space for the buttons:

    https://snipboard.io/UdieV1.jpg

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @ibreibre

    I’m afraid that plugin does not allow to edit width of cart item, this is because what happens inside the cart is totally automatized.

    But you can try with a CSS script in order to make it wider.

    Something like this should work:

    #dropdown-667{width:60%;}

    Note that this makes reference to specific menu item ID (#dropdown-667) so if you remove the cart and add it again it will not work anymore.

    Thread Starter ibreibre

    (@ibreibre)

    Thanks for your replu, but i couldnt make it work. I pasted that code in the customizer css:
    https://snipboard.io/3NDRv4.jpg

    The !important goes inside the brackets

    #dropdown-667{width:60%!important;}

    Thread Starter ibreibre

    (@ibreibre)

    thanks, that did the trick!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to edit the cart width and buttons inside it as well?’ is closed to new replies.