Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #384576

    Hi
    Is it possible to overlap the logo over the small top bar that contains the phone number?
    Thanks
    Anji

    #384850

    Hey AnjiG!

    Thank you for using Enfold.

    Please try this on Quick CSS:

    #header_main {
    z-index: 20;
    }
    
    .logo {
    top: -20px;
    }

    If this is not what you’re looking, please provide a screenshot.

    Regards,
    Ismael

    #385365
    This reply has been marked as private.
    #385500

    Hey!

    Can you please post the link to your website? The code Ismael posted should have worked just fine

    Cheers!
    Yigit

    #385570

    Hi Yigit
    I’m sorry about this but the client has now asked if the logo can be moved down so that it overlays the slider on the home page and the headers on the other pages. If so would this affect how it looks on mobiles? Website…t-e-c-systems.com
    Thanks
    Anji

    #385581

    Hi!

    Please change the code to following one

    strong.logo {
    top: 20px;
    }

    No, it will not effect mobile logo.

    Cheers!
    Yigit

    #385643

    Hi Yigit
    Thanks…that works!
    Anji

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo and top Bar’ is closed to new replies.