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
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.