Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #486436

    Hi

    (1) I have quite a long logo. I’ve already reduced it to 270 rather than your suggested 340 – but it still runs over my menu items so I’d like to move it further to the left.

    (2) I have the menu items in 2 lines – I don’t really understand code, but I found some on other parts of this forum that works.:

    span.menu-break {
    display: block;
    line-height: 0;
    bottom: 30px;
    position: relative;
    }
    .menu-item-top-level{
    text-align: center;

    It’s fine on my ipad (except for the logo overlap problem) but it appears to go nuts on smartphones, overlapping or running out of sequence – the wrong 2 parts of a title under one another. Can you help? Please bear in mind my code knowledge is minimal.

    Thanks
    Bob

    #486446

    Hey bobbeach!

    Please change the code to following one

    @media only screen and (min-width: 990px) {
    span.menu-break {
    display: block;
    line-height: 0;
    bottom: 30px;
    position: relative;
    }
    .menu-item-top-level{
    text-align: center;
    }}
    #header_main .container {
        padding-left: 0;
    }

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.

    Best regards,
    Yigit

    #486458

    That’s superb – man you people are good ;-)

    Can I ask another?

    I’m playing with general colors right now, and I’m happy with what I’ve got until a sub menu rollover.

    On mouse over of the main menu item, the sub item comes up dark blue on white – great – but on mouseover of the sub menu item it goes to white with light blue text, which is difficult to read. Can I keep the dark blue background and just have the text go light blue?

    Thnaks

    #486460

    Hey!

    Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links” and make sure to check “Apply only to mouse hover state” :)

    Cheers!
    Yigit

    #486472

    Job done. Just been to Themeforest to give you a 5 star review – superb support.

    #486486

    Hi!

    Thank you for your kind words and review :)

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘More space for menu / two line menu titles’ is closed to new replies.