Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #249787

    Hi,

    i updated the theme an now i have problems to get the header like it was before.

    I need to move the logo to the right, make the menu font size bigger and have more space between logo and menu.

    http://authentic-voice.de/
    header

    That’s how it was before.

    Thanks!

    #249788
    This reply has been marked as private.
    #250035

    Hi!

    Seems like you have already figured it out – http://i.imgur.com/iAQi1Ul.jpg
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

    #250135

    Hi Yigit,

    no, the header is still not the way i want. I checked it on 2 Laptops. Cache is cleared of course.

    See here:
    image

    Regards

    Simon

    • This reply was modified 9 years, 11 months ago by simonac. Reason: wrong link
    #250652

    Hi!

    The entire header was changed with version 2.6 so you would need to re-do any customization to work with the new header layout system. Individual customization is not something support covers however.

    Regards,
    Devin

    #250664

    Well, i know that the header was changed with the new version. And i just want to know how to move the logo to the right and how to change the size of the menu font. Hope that this is still part of the regular support?

    Regards,

    Simon

    #250902

    Hey Simon!

    Try adding this code to the Quick CSS:

    strong.logo {
        top: 0px !important;
        left: 12% !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        transform: none !important;
    }
    span.avia-menu-text {
        font-size: 14px !important;
    }

    Here’s what you’ll get:

    Cheers! 
    Josue

    #250933

    Perfekt Josue!! That worked.

    The thin i forget is: How do i get more space between the Logo and the menu?

    Regards,

    Simon

    #250943

    Hey!

    You can add a margin-top to the menu like:

    
    #header_main_alternate {
    margin-top: 20px;
    }
    

    Cheers!
    Peter

    #250946

    Danke sehr das war es!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘header displaced after update’ is closed to new replies.