Skip to content

Small fix to the reconfigured Shopify theme for the top nav bar

There’s a small glitch in the theme where the top navigation bar elements are not sperated by a line.

To rectify this, simply open your assets, theme editor, all.css and change the following line from

.navigation li a
{
color:#fff;
display:block;
padding:0 10px; 
}

To this

.navigation li a
{
color:#fff;
display:block;
padding:0 10px; 
margin:  0 1px 0 0;
}

Now you will have cleanly separated navigation links.

Share on Facebook
Share on Twitter
Share on Linkdin
Share on Pinterest