Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1012809

    Hi,

    I am trying to make some changes to the dropdown menu of my fullwidth sub menu.

    1. I would like the submenu to span the width of the screen so the position doesn’t change for each menu item.
    2. The submenu is over lapping the fullwidth menu by a couple of pixels I can’t seem to lower this.
    3. Set the border colour of the menu item selected & under hover.

    Cheers!

    #1013866

    Hi is there anyone that can help with this?

    #1013911

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1013917

    Hi Basillis,

    That’s unfortunate.

    Would you be able to give me the exact way to reference this dropdown in my CSS so I can play around with sorting this myself?

    Many thanks,

    #1014220

    Hi hazelallturf,

    Best regards,
    Victoria

    #1014249

    Hi Victoria,

    Thanks for the code – I have managed to find the html -> #top .av-subnav-menu > li ul a {

    This is the section I want to make 100% width and central on the page?

    Is this complicated like Basillis mentioned or is this easy to give me the code to make this happen?

    Appreciate all the help.

    Cheers

    #1014378

    Hi hazelallturf,

    I cannot seem to get the menu to stretch.

    I was trying to go to the pages of this sub-menu but most links go 404. So I cannot see if the menu items get the current menu item class. Is there a working link?

    Best regards,
    Victoria

    #1014668

    Hi Victoria,

    Didn’t manage to get the drop down lower – it is still overlapping the submenu border line?

    The Gift shop link works and goes through to a page but as the others are set up as product categories and you can’t add a submenu to these pages I am not able to change any.

    What exactly can I do to help with you being able to solve this? I plan on making these links go to pages – can I add any that will help or is The Gift Shop good enough?

    Really appreciate the help

    #1014967

    Hi hazelallturf,

    Yes, thank you for pointing to the Gift shop page.

    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-subnav-menu > li ul {
        top: 52px;
    }
    #sub_menu1 .current-menu-item .avia-menu-text {
      color: red;
    }
    #sub_menu1 .current-menu-item  {
      border-bottom: 1px solid red;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1015518

    Hi Victoria,

    With the correct code I managed to create what I am after with the following:

    #top .av-subnav-menu > li ul {
    top: 53px;
    position: fixed;
    width: 100%;
    left: 0%;
    margin: 0 auto;
    }

    How would I get these menu items to be displayed horizontally rather than vertically? I’ve enabled mega menu?

    Cheers

    #1015800

    Hi hazelallturf,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1015937

    Hi Victoria

    I’ve posted below.

    I’m also trying to get the page to dim when I hover over this submenu – would you be able to look at this as well?

    Many thanks,

    #1016092

    Hi hazelallturf,

    Here is a thread for you to consider

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1016147
    This reply has been marked as private.
    #1017307

    Hi,

    Did you hide the main menu? I can only see a full width sub menu in there. You cannot use a mega menu in a full width sub menu element.

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.