Viewing 30 posts - 1 through 30 (of 40 total)
  • Author
    Posts
  • #1248955

    Hi Support
    My client is using a MAC (browser Chrome) and apparently she isn’t able to see the whole length of the drop down menu bar.
    She is reporting that the last navigation entry in drop down menu isn’t viewable.

    How can this be fixed? Is this a setting element or change to the CSS-script?
    If we need to make changes to the CSS-script, could I please ask you to provide me with the CSS-script?

    Thank you in advance
    &
    Best regards
    Lene Sachs

    #1249021

    Hey Lene,

    Best regards,
    Victoria

    #1249372
    This reply has been marked as private.
    #1249664

    Hi Lene,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-main-nav ul a {
        padding: 1px 15px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1249717
    This reply has been marked as private.
    #1250428

    Hi Lene,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header .av-main-nav li:hover > a .avia-menu-text {
      color: #efebe8;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1250561
    This reply has been marked as private.
    #1251960

    Hi,
    Sorry for the late reply and thanks for the login, I didn’t see Victoria’s css for your hover effect in the Quick CSS so I added it and it seems to work correctly, please clear your browser cache and check that this is the effect you wish for.
    2020-10-10_194505.jpg

    Best regards,
    Mike

    #1252235
    This reply has been marked as private.
    #1252262

    Hi,
    Thank you, I adjusted, please clear your browser cache and check.

    Best regards,
    Mike

    #1252332
    This reply has been marked as private.
    #1252508
    This reply has been marked as private.
    #1252748

    Hi,
    Sorry, did you find that the highlighting is working correctly now?
    The other css is in place and looks like it is working, please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1252968
    This reply has been marked as private.
    #1253243

    Hi,
    Sorry, I look a look and cleared my browser cache, but the header and menu look the same to me, please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1253247
    This reply has been marked as private.
    #1253696

    Hi,
    I removed some css expecting some changes, but it seems that you have some server cache, so I will check back later to see if it has cleared.
    If you can disable any server cache, that would be nice.

    Best regards,
    Mike

    #1253890
    This reply has been marked as private.
    #1253907
    This reply has been marked as private.
    #1253967

    Hi,
    Thank you for clearing the cache, I have been re-adding the css back to the site a little at a time to try to isolate the issues, most of the css is back now but I do have more to add once I work it out.

    Best regards,
    Mike

    #1253982
    This reply has been marked as private.
    #1254608
    This reply has been marked as private.
    #1254667

    Hi,
    Thanks, I believe we are almost there, checking the “behandlinger” page I believe the content width is now correct along with the header, but we have circled back to the issue where the menu background is not stretched full width, but the css that was stretching the menu background is also changing the header layout width.
    Anyways, I believe we can sort this out, but we may need to go at it a little different, I will continue.

    Best regards,
    Mike

    #1254711
    This reply has been marked as private.
    #1255200
    This reply has been marked as private.
    #1255241

    Hi,
    I believe the desktop version is sorted out now, please check. For the mobile version I added some css to hide the widgets, but did you want the header to be sticky on mobile and the burger menu to be centered?

    Best regards,
    Mike

    #1255245

    i do have this drop-down menu not inside the viewport often on mega-menus.
    i just gave them a max-height value that is in relation to the viewport height so that if the screen-height is less than the drop-downlist height the content is scrollable:

    #top #header .avia_mega_div {
        max-height: calc(100vh - 20px);
        overflow: auto !important;
    }

    there must be a similar solution for normal drop-down menu.

    #top #header .avia_mega_div,
    #avia-menu li > ul.sub-menu  {
        max-height: calc(100vh - 20px);
        overflow: auto !important;
    }
    #1255256
    This reply has been marked as private.
    #1255418

    Hi,
    I adjusted the desktop version per the screenshot, please check.

    Best regards,
    Mike

    #1255476
    This reply has been marked as private.
Viewing 30 posts - 1 through 30 (of 40 total)
  • The topic ‘Main menu's drop down menu’ is closed to new replies.