Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #996063

    I’ve got one layers at present.

    I want to add three other menu buttons (for legal docs) under it. Can you please advise how I would do this? I don’t want them to be on the same line as the others.

    If I add them in to appearance>menu>footer menu, they will stay on the same line.

    Thanks

    #996064
    This reply has been marked as private.
    #996332
    Jade
    Moderator

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #997052
    This reply has been marked as private.
    #997140
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (min-width:979px){
    ul#menu-footer {
        width: 27%;
        display: table;
        margin: 0 auto;
    }
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-996063 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>