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

    Hey,

    I have a problem with the header of my site.
    On tablets the menu is overlapping the logo.

    I have activated the header mobile menu.

    I am using the large header size and the following CSS:

    .iconbox .iconbox_content .iconbox_content_title { text-transform: none; }
    .iconbox .iconbox_content .iconbox_content_title { overflow: visible; }

    html.fixed_header #main {
    padding-top: 0px;
    }
    #header_main .container> li a, .logo img, .logo a {
    height: 97px !important;
    line-height: 150px !important;
    max-height: none !important;
    }

    h1, h2, h3 {
    text-transform: none !important;
    }

    .main_color .avia-icon-list .iconlist_icon {
    background-color: darkorange;
    }

    .main_color .iconlist_content {
    color: #666666;
    }

    .avia-caption {
    right: 17px !important;
    left: auto;
    }

    Thanks a lot for help!

    #345954

    Hey Sunnydog!

    Can you please post the link to your website so we can reproduce the issue and provide you accurate custom CSS code?

    Regards,
    Yigit

    #346231
    This reply has been marked as private.
    #346584

    Hey!

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

    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a { padding: 0 8px; }}

    2-

    @media only screen and (max-width: 768px) {
    h2.avia-caption-title { font-size: 16px; }}

    Regards,
    Yigit

    #346654

    Hey Yigit,

    the code doesn´t change anything. :-(((

    #346795

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #346815
    This reply has been marked as private.
    #346823

    Hey!

    > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field. Fixed it and it works fine now. Please review your website

    Cheers!
    Yigit

    #346849

    Hey Yigit,

    it looks great now!

    Thank you so much!

    Cheers,
    Martina

    #346857

    By the way – fantastic theme and great support!
    Thanks!

    :-)))

    #346862

    Hey!

    You are welcome, glad we could 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 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Menu overlapping logo’ is closed to new replies.