how to i Move ( Phone icon) 800 338 0212 ( Lock icon) My Account ( cart icon) Cart from top menu bar to EcoRaider logo right
basically just move everything down so it right aligns with the logo
http://ecoraiderusa.wpengine.com
Hi navindesigns!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_meta .container {
width: 29%!important;
float: right;
top: 65px;
position: relative;
}
#header_meta {
margin-top: -30px;
}.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
padding-top: 125px;
}
Best regards,
Yigit
Thanks, it is better. But it is too far right. It should align with the main content frame below the banner.
Also when you scrawl down, it falls on top of the main nevi menu. Is that normal?
Also it messed up in mobile site. Can you fix that?
Hi!
Adjust the code. Replace it with this:
@media only screen and (min-width: 989px) {
#header_meta .container {
width: 29%!important;
float: right;
top: 65px;
right: 25%;
position: relative;
}
#header_meta {
margin-top: -30px;
}
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
padding-top: 125px;
}}
Regards,
Ismael