• My header menu bar is too far to the right and cuts off the cart contents. How do I reposition the header menu bar?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello again @iskandara1,

    Thank you for reaching out 😀

    What I’d recommend is not to reposition the whole header menu bar but to move the dropdown with cart content a bit to the left. That way, we would keep the integrity of the menu and adjust the element that is off.

    If you agree with me, you can try adding this custom CSS code in your Theme Customizers’ additional CSS:

    .primer-wc-cart-sub-menu
    {
       margin-left: -44% !important;
    }

    Let me know if this worked for you. 🙂

    Best Regards,
    Pavle

    Thread Starter iskandara1

    (@iskandara1)

    Pavle,

    That worked perfectly. Thank you so much.

    I am sorry to ask more but is there any way to change the color of the drop down menu? All of my other drop downs are the color I want but the cart menu is a different color.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header Menu’ is closed to new replies.