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

1 Like

Brilliant - thats sorted it - Many Thanks :grinning:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.