Looks like adding div tags takes care of it
Thanks! It fixed the ipad problem, but now, if someone hovers on the menu item, and clicks it, it takes you to a blank page. How do I prevent that from happening?
Thanks – I tried that, but it makes no noticeable difference. Is it possible to use a different font than the default, such as open sans?
although, if there is a way to make it thicker rather than just darker, that would be great – is that possible?
figured it out:
.b, strong {
font-weight: bold;
color: #222222;
}