This topic has 2 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
Is there any way to align the top menu on the home page so that it’s at the edge with the black line instead of the space that’s there?
Hello,
Please add this code in custom.css file:
#main-nav > ul > li:first-child {
margin-left: 0px;
}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up