Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #868107

    Hello,
    I want to center the logo on my website vertically in the header area on the very left side!
    Does anybody know how I can make that?!
    + I want to bring the Facebook Social Icon higher at the very right side in the header are so that I get more space for an additional main menu point!
    Thank you all very much for your solutions and your help!
    kind regards
    PS: This is the website:
    http://www.healthtrainer.at

    #868547

    Hey younis,

    Please try the following in Quick CSS under Enfold->General Styling:

    .logo img {
        padding-top: 25px;
    }
    
    .av-logo-container {
        max-width: 100% !important;
    }

    Best regards,
    Rikard

    #868680

    Hello Rikard,
    thank you for your Quick CSS!
    The vertically centering of the logo is now working!
    But 2 things still don´t work.
    1. I want to bring the logo a little bit more to the left edge of the logo area that I get on the very right side of the main menu more space for 1 more menu point +
    2. I want to bring the facebook social icon 1 “stage” higher also that I get more space on the very right side for the 1 more menu item.
    Maybe some of my many Quick CSS Codes works against each other?!
    Could you please help me again to fix this 2 things!
    I would also can send you the login data for WP that you can see all the current Quick CSS if you want!
    Thank you very much again for your help!

    #869101

    Hi,

    Please replace the second block of CSS I sent with this:

    .av-logo-container {
        max-width: 100% !important;
        padding: 0px 20px;
    }

    Best regards,
    Rikard

    #869259

    Hello Rikard,
    thanks again! Now the logo is placed perfect on the very left edge of the logo header are!

    Do you also have a solution for that problem with bringing the facebook social icon 1 “stage” higher above the main menu so that I also get on the very right side of the logo header area more space to include 1 additional main menu point?!

    Thanks again Rikard!!

    #870172

    Hi,
    Is this what you had in mind?
    2017-10-29_130508

    #top nav .social_bookmarks {top: 20%!important; }

    Best regards,
    Mike

    #870434

    Hello Mike,
    yes, this is exactely what I meant!
    Thank you very much for your help!

    Kind regards!

    #870505

    Hi younis,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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