• Resolved Dinamicore

    (@dinamicore)


    Hello:

    Any code to setup the cart at the top of the left vertical menu, instead of bottom?

    Thanks

    • This topic was modified 7 years, 5 months ago by Dinamicore.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Dinamicore

    (@dinamicore)

    I found a post link related to this menu reorder.

    Worked fine for desktop.

    But, in mobile version the cart floats to the right and displaces the first menu item to the right.

    I needs something like a clear:both css code, but couldn′t make it work.

    Thread Starter Dinamicore

    (@dinamicore)

    I found the css that worked for me:

    #access-mobile li a {
        clear: both !important;
    }
    #access-mobile li:first-of-type {
        margin-left: 15px !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart at top of menu’ is closed to new replies.