Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #395520

    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

    • This topic was modified 9 years, 9 months ago by navindesigns.
    #395765

    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

    #395943

    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?

    #396317

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.