milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
919 stars 196 forks source link

Top bar creates 2 back links on small #278

Open ArtemRFC opened 10 years ago

ArtemRFC commented 10 years ago

back

My topbar generates 2 back links from the submenu dropdown... Does anyone have any ideas about this problem?

laurenclark commented 10 years ago

I had this - use css to fix.

.back.js-generated:first-child { display:none; }