Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Ubermenu position needs changing??

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42356
    robinq21
    Participant

    Hi all..

    i have recently added ubermenu to my website, but it hugs my header.. As you can see here http://www.summitretreats.com.. Ideally, I would like a space between my logo/ contact details at the top, and this nav bar.

    I have looked through the coding in my editor (wordpress) and cannot find the appropriate css coding to create a space..

    Anybody have any knowledge of this plugin, and know how I can tidy this up?

    Thanks in advance

    #122807

    Place a margin bottom in #logo id like this :
    this id will be in style.css file

    here is complete url of your css.
    http://www.summitretreats.com/wp-content/themes/bigfeature/style.css

    #logo {
    float: left;
    line-height: 0;
    margin-bottom: 15px;
    margin-right: 10px;
    }

    #122808
    robinq21
    Participant

    Perfect – thats done it.. Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.