turnerelectrical Posted May 15 Share Posted May 15 I've managed to adjust my point size and the space between the lines but I can't seem to adjust the space between the links. https://www.turnerelectrical.uk/ .header-menu-nav-item a { font-size: 20px; } .header-menu-nav-item a { line-height: 1.2em; } Thanks. Link to comment
Shadmon Posted May 15 Share Posted May 15 Hi @turnerelectrical You can adjust the space between the items by increasing the margin 0px. If you add this css, you will see no space between the items: adjust the margin px for the height. .header-menu-nav-item a { margin: 0px auto; } Let me know if it works. DavidStewart 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment