Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #880290

    Hi,

    In Enfold there is a default way to show the “sub-sub” menu items. In this website (see link) that’s not looking very good. So my question is if you can perhaps tell me how to get the sub-sub menu item in the first dropdown. On the page you can see the blue box which is also showing the sub-sub menu items. Actually it should look the same as in that box. So the sub-sub menu item “Aanmelding kennismaking” should be visible directly but should have a padding/margin.

    I hope my wish and explaination is clearly enough :-)

    #881484

    Hey bonsaimedia,

    I couldn’t see any sub-sub menu item on the page you posted, could you try to explain a bit further or post a screenshot of the problem please?

    Best regards,
    Rikard

    #882155
    This reply has been marked as private.
    #882204

    Hi,

    Could you please create temporary admin logins and post them here privately? That would be possible with some customization :)

    Best regards,
    Yigit

    #882230
    This reply has been marked as private.
    #882261

    Hi,

    I added following code to bottom of Style.css file of your child theme

    #top .av-main-nav ul ul a:before {
        content: "- ";
    }
    
    #top .av-main-nav ul ul {
        opacity: 1!important;
        visibility: visible!important;
        position: initial !important;
        padding-left: 15px;
    }

    Please review your website :)

    Best regards,
    Yigit

    #882756
    This reply has been marked as private.
    #882773

    Hey!

    Code i added was not in Style.css file. Perhaps we have edited the file at the same time and my changes were overwritten. I added once again. Please review your website

    Cheers!
    Yigit

    #882979

    Yes great! Thanks.

    #882990

    Hi,

    You are welcome! :)

    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 start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Customize layout sub-sub menu’ is closed to new replies.