Fjord04 CSS help needed.

  • Unknown's avatar

    Hi! I’m trying to figure out a way to fix a problem with a menu on my blog that is using the Fjord04 theme. When your mouse is hovering over a link on the menu, the background of the link changes to grey (as it should) but there are a few pixels of space that aren’t changing. I’ve looked around in my CSS to see what could cause this, but everything I’ve tried hasn’t worked. Can anyone more familiar with CSS help me out?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Add the following to the bottom of your custom CSS.

    .sidebar ul li, ol li {
    margin-bottom: 0;
    }
  • Unknown's avatar

    Ah, thank you so much!

  • The topic ‘Fjord04 CSS help needed.’ is closed to new replies.