Haz una nueva regla como:
.sf-menu ul {
margin-bottom: NNpx;
}
Donde ‘NN’ señala un dígito (20px por ejemplo).
No logré a comprobarla. No tuve ningun éxito en Firebug por razones no conocidas 🙁
(Make a new rule as described, which should work although I couldn’t try it)
Que te salga bien.
PAE
Thanks, but it’s not working 🙁 I just want it to look as the original F8 lite. If you check the demo of this theme http://demo.graphpaperpress.com/f8-static/ the margins are ok, but I’ve made so many changes that I don’t now where’s the mistake…
Try:
#container-inner .sf-menu {
margin-bottom: NNpx;
}
Make sure you add it to the end of style.css and not in nav.css. If it doesn’t work, leave the change in place and post again so we can take a look at it in firebug to try to sort out why the rule isn’t being applied.
Whether or not this works, it should demonstrate a couple of things:
- Always make changes in a child theme if it all possible. This keeps all your changes in one place.
- If you make changes to (the child theme versions of) the HTML/PHP, always mark them clearly with a comment including a timestamp so you can undo them in reverse order if you have to
- Make small changes and test after each one
If you’ve really got yourself into a mess such that you really don’t know what you’ve changed and what you haven’t, your best bet would be to reinstall the theme and start again.
Cheers
PAE