Solved > INFINITE - r theme logo help

I have activated the logo option for INFINITE-r theme … but I need to make the logo at the top of the menu bigger.
can someone please help me with that CSS I need to add (and where) to do so?

any help would be greatly appreciated

http://www.henkvrieselaar.com/manual/manual_infinite/

SOLVED

was missing a vital part in CSS stylesheet

can edit size here
#logo img {
width: auto;
height: 75px;
}

1 Like