[Solved] How do I remove the gap between the header and image slider
Go ahead and change .mainHeader nav a { color: #FFF; display: inline-block; padding: 10px 20px; height: 40px; text-shadow: 0px 1px 3px #FFF; } To .mainHeader nav a { color: #FFF; display: inline-block; padding: 0 20px; height: 40px; text-shadow: 0px 1px 3px #FFF; } The difference is that there was top padding of 10px in this … Read more