I've been puzzling over something which ought to be very easy indeed, but after a fruitless three hours I've not yet solved it:
A friend asked me to fix the template of his WordPress website so that the horizontal navigation …
I have a more or less standard navigation from bootstrap 3
<body data-spy="scroll" data-target=".navbar-collapse">
<!-- ---------- Navigation ---------- -->
<div class="navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="…
I'd like to stretch 6 nav items evenly across a 900px container, with an even amount of white space between. For instance...
---| 900px Container |---
---| HOME ABOUT BASIC SERVICES SPECIALTY SERVICES OUR STAFF CONTACT US |---
Currently, the best …