Home › Forums › CSS › Ubermenu position needs changing?? › Re: Ubermenu position needs changing??
January 30, 2013 at 4:32 am
#122807
Member
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;
}