• Hi, I’m using F8 lite and I’ve been making some changes. This is my site:
    http://ccfotografia.net23.net/

    I just have a little problem with the vertical alignment, because now the gray menu bar and the first raw of title posts are too close 🙁
    Which parameters do I have to modify? I’ve used Firebug to play around and make some tests but I can’t modify that…
    Can anyone help me, please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter krisstv

    (@krisstv)

    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:

    1. Always make changes in a child theme if it all possible. This keeps all your changes in one place.
    2. 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
    3. 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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘F8 lite modify alignment’ is closed to new replies.