This topic has 4 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Olga Barlow
Hello,
I need help with the menu items on the fixed header. I want all the menu items to be in a straight line. I have attached a screen shot.
Also how do I move the red sale button from left to right? it is covering another button on the left.
Finally I don’t have the support chat plugin installed. Can you pls send me that plugin to install?
BR
Nii Abbey
Sorry about wrong links.
BR
Anthony
Hello,
Fix for fixed menu (Theme Options > Styling > Custom CSS):
.fixed-header .header-logo {
width: 15%;
}
.fixed-header .menu-wrapper {
width: 82%;
}
To fix lables:
.content-product .onsale {
right: -10px;
left: inherit;
}
Regards
Tagged: fixed menu, help, persuasive, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up