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

    Hi there,

    My website is http://www.nonsurgical.org.au

    When the browser size is decreased the logo falls underneath the dropdown menu.

    Can you please help. thanks!

    #198409

    Hey TheProductionHouseEvents!

    You can add this on your custom.css or Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a {
    padding: 0 10px !important;
    font-size: 12px;
    }
    }

    The menu is not visible on your page so I have to guess. Please try it.

    Cheers!
    Ismael

    #198422

    Hi Ismael,

    When I add this code the drop down menu doesnt appear at all. I still need the drop down menu

    I have quickly made the menu available so please have a look.

    Help. Thanks.

    #198427

    Just to clarify I have now removed that code you gave me

    #198434

    So now my menu on mobiles and small browsers has just dissapeared.

    Basically I need fixed:
    1. Menu overlapping logo as browser size is reduced
    2. On mobile and small browsers drop-down menu has dissapeared
    3. Before the drop-down menu dissapeared the menu overlapped the logo on mobiles

    Thanks

    Please use this link: http://www.nonsurgical.org.au/home/

    #198500

    Hi!

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

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

    This will decrease the padding between menu items.
    Or, you can apply Devin’s first code in here https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/#post-134332
    That will change the width to switch to mobile menu
    2&3) See these errors in console http://i.imgur.com/m3jaanp.jpg I would suggest you to re-install the theme

    Cheers!
    Yigit

    #198765

    Thanks it’s all working now.

    How do I stop the logo falling behind the drop-down menu when the browser is less than 768 pixels wide?

    #198823

    Hey!

    I’m not sure why the code I provided doesn’t work but it is the same with Yigit’s. Anyway, you can add this to adjust the menu when the screen is less than 768px in width:

    @media only screen and (max-width: 768px) {
    .main_menu ul:first-child > li > a {
    padding: 0 5px !important;
    font-size: 10px;
    }
    }

    Regards,
    Ismael

    #198848

    Hi Ismael,

    Thanks for this. It doesn’t seem to work though, would you mind having another go? cheers.

    #198997

    Hey!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive .logo { height: 110px; }}

    That should do it

    Regards,
    Yigit

    #199274

    Perfect! Thanks so much.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Logo overlaps menu’ is closed to new replies.