Quantcast
Channel: Opinion: Shopify Community - Shopify Design
Viewing all articles
Browse latest Browse all 57838

Jason commented on Separate navigation links

$
0
0

Yeah, looks like you've changed some css with unfortunate results. Try putting the nav link padding back in, so from this:

nav > ul > li > a { padding: 0 0 0 0; }

back to:

nav > ul > li > a { padding: 0 0 0 30px; } /* does not need to be 30px - just bigger than 0 */

You'll want to remove the giant padding-top off the nav as well:

nav {
position: relative;
border: none;
padding-top: 7015px; /* that's big! */
}

 


Viewing all articles
Browse latest Browse all 57838

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>