Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #192635

    Hey There,

    I’m having problems with the main menu navigation in the header. I’m trying to align the main menu to the left and the logo to the right.
    At some point I succeeded partially, but the logo keeps disappearing. I see the logo flashing in the right place, but is is gone after that. It reappears when the ‘sticky menu’ activates and when I scroll back up after that.
    Can you help me with some code to get this done properly?

    Also, if possible I want the sticky menu to be disabled.

    I’m using ‘Fixed header with social icons and additional navigation’.

    The site is behind a login screen so you can’t see it online yet. Can I email you the login? Or, even better, how can I make a topic entry ‘private’?

    #192782

    Hi,

    Simply check this “Set as private reply (Only you and moderators will see the content of this post)” while replying to this thread.

    Regards,
    Josue

    #192880
    This reply has been marked as private.
    #193011

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    div .logo { float: left; right: 0; }
    .main_menu { left: 0; }

    Best regards,
    Yigit

    #193023

    Hi Yigit,

    I’ve tried that before, but then the logo disappears and it’s position isn’t right. I’ve put the code you suggested in, so check it for yourself if you like.

    If necessary, i’ll give you admin rights so you can try something yourself.

    Maybe it has something to do with the ‘sticky part’ of the header?

    #193025

    Hey!

    Please do create a temporary admin login and post it here privately

    Best regards,
    Yigit

    #193050
    This reply has been marked as private.
    #193059

    Hey!

    Changes are done. Please review your website. You can find custom CSS code i used in Quick CSS section in Enfold theme options

    Cheers!
    Yigit

    #193071

    He Yigit,

    That’s great, thanks!! One more thing though… the buttons are a lot closer together now, it seems like the padding has been reduced.

    When the page loads for the first time, the padding is ok, but when you scroll down and the ‘sticky menu’ appears and then you scroll back up, the buttons are closer together.

    Any ideas? ;-)

    • This reply was modified 10 years, 12 months ago by meermakers.
    #193079

    Hi!

    I have not made any changes that would affect them actually but you can add following code to fix it

    .main_menu ul:first-child > li > a { padding: 0 13px!important; }

    Best regards,
    Yigit

    #193160

    Magnificent!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘main menu alignment left, logo align right issues’ is closed to new replies.