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?
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
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 {
}
Perfect - thats done it.. Thank you