html - Shopify theme top menu issue, can't get it to fit on one line -


here's site: http://sawsafetystore-com.myshopify.com/

you can see menu @ top (home, chain saw safety, etc.). no matter how tinker css, cannot fit on 1 line.

i've changed padding, font-size, etc. though can see should fit on 1 line now, or @ least 1 more item, can't to.

is there tag or property missing somewhere? i've tinkered element #main-nav li a element's font-size, margins, padding, etc.

thanks.

use css

c6-screen.css --> line number 94

#main-nav { font-size: 12px; width: 100%; } 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -