Okay
  Public Ticket #153657
Edit links in Header and Footer
Closed

Comments

  • James started the conversation
    I have a few queries regarding the links at the top and bottom of the page (see attached image) 1. How do you remove them completely from the top of the page? (I think the page might look cleaner without them) 2. How do you remove them from the bottom of the page? 3. How do you change the order they appear in? For example, 'contact us' appears 3rd in the list and I want it at the end. 4. How do I add spaces between the words? Thanks!
  •  93
    djwd replied

    Hi there,

    About setting up menus please have a look at the included documentation > Adding Menus

    To remove a specific menu the quickest way would be to create and assing an empty menu to the desired location.

    Also the wordpress codex could help about sorting and creating menus

    Hope this helps

    djwd

    Regards
    djwd

  • James replied

    Ah right, I couldn't see for looking!

    I now have my menu's set up correctly but the utilities menu is now partially hidden under the mail icon at the top right of the screen (see attached image).  How do I push the menu further over to the left?

    Thanks

  •  93
    djwd replied

    That happens when only a few socials are set, move it a bit on the left like so:

    .util-menu { margin-right: 20px; }
    

    (To paste in the Custom CSS textarea)

    Regards
    djwd

    Regards
    djwd

  • James replied

    Excellent, thank you very much :)

    Final quick question however... The 3 social icons I'm now using now aren't aligned with the utilities menu - is there anyway to push these slightly to the left as well?

    Thanks

  •  93
    djwd replied

    Try with:

    ul.socials {
    margin-right: 20px;
    }

    Regards
    djwd

    Regards
    djwd

  • James replied

    Excellent, thanks again :)