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

    Hi,

    what can I do in this case? I have to write 7 menu points in the header;

    dlc2pk1v.jpg

    #118896

    Hi,

    Go to Theme Options > Header > Select “Header with Social Icons and bottom Navigation”.

    Or add this on your custom.css to move the menu below.

    #menu-main-menu {
    margin-top: 45px;
    }

    .main_menu .menu ul {
    top: 70%;
    }

    .avia-menu-fx {
    top: 70px;
    }

    Regards,

    Ismael

    #118897

    Thank you very much for your answer! I think, your css solution is great, but if I open the Mega Menu it is placed anywhere:

    a6ajb1rj.jpg

    What do I have to do, so that the menu looks like this:

    zfp4gm56.jpg

    #118898

    Hi,

    Please remove the CSS code that I gave you. Go to Enfold > Theme Options > Header > Header Type, choose Header with Social Icons and bottom Navigation.

    Regards,

    Ismael

    #118899

    Thank you, I saw this option, but I think the first option (header with your css-Code) looks better.

    Is it difficult to change the css and put the “MegaMenu” below the main menu point?

    #118900

    Hi,

    Can you give us a link to your website?

    You can move the mega-menu with this

    #header .avia_mega_div {
    right: 200px !important;
    }

    Adjust the right position value and don’t remove the !important.

    Regards,

    Ismael

    #118901

    My website is http://professional-automated-trading.de.

    If I can’t use the other kind of header, I want to delete the top line (class=”container_wrap container_wrap_meta”)

    Where can I delete the lines for the top? What is going on when I start an update of the theme, do I have to make this changes again?

    Than I would like to write my telefon number on the left side from the social icons.

    Can I also delete the small line between the menu points and the line above the menu points?

    Lot’s of thanks for your help!

    #118902

    Hi,

    You can delete the header meta, that is the top part of the header. Just add this on your custom.css or Quick CSS.

    #header_meta {
    display: none;
    }

    You need to create a backup of your theme files especially the custom.css and the files you edited when you update the theme.

    Regards,

    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header – Menu Points are in front of the logo’ is closed to new replies.