Hi support team,
Do you think it is possible to move our header menu to the left so that it is aligned with the content below i.e. the width of the masonry galleri?
(see link in private content)
Best regards
Hey saraclementdk!
I viewed your link but I don’t see a menu anywhere. Are you referring to the woocommerce shop icon?
Take a screenshot and highlight your intentions so we can get a better idea.
Regards,
Elliott
Hi Elliott!
Sorry, but yes, I am referring to the woocommerce shop icon and the widget including the countdown timer.
You can see the screenshot in the link presented in private content.
Best regards
Hi!
Well I’m not sure how far your wanting to move it but you can keep moving it to the left with this CSS.
.html_cart_at_menu.html_header_top #top .main_menu {
right: 75px !important;
}
Cheers!
Elliott
Thank you so much!