I want to shorten the space between my logo and the menu bar. I also want to bring down the Phone number to align with the logo.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .logo { margin-bottom: 10px; } .header .contactinfo { margin-top: 27px; } Adjust margin according to your requirement.