How to resize Logo in Ruby theme?

Using Ruby them by Adam Shciver for my site at http://www.briteangle.com/

I need to make the logo (top left) smaller - I know I need to add CSS to do this, but not getting any where…

Any Ideas?

Put this in your site wide css panel:

#logo img {
height: *px;
width: *px;
}

the star is what size you want

Brilliant - thats sorted it - Many Thanks :grinning: