I am trying to figure out how to close the space between my website title (Sim Barhoum) and the subtitle (teaching, editing, writing, surfing). Can anyone give me some advice?
I am trying to figure out how to close the space between my website title (Sim Barhoum) and the subtitle (teaching, editing, writing, surfing). Can anyone give me some advice?
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Sorry! the website is http://www.simbarhoum.com
Edit style.css:
#logo {
bottom: 10px;
height: 60px;
margin-left: 5px;
max-height: 60px;
padding-top: 14px;
z-index: 1;
}
and remove height: 60px;.
your the best esmi! Now it created a space between the subtitle and the menu below it...do you know how to close that gap?
Thank you for the help so far!
#headerwrap {
height: 100px;
}
Reduce that height value.
esmi...thank you very much!!!
You must log in to post.