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
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
SOLVED
was missing a vital part in CSS stylesheet
can edit size here
#logo img {
width: auto;
height: 75px;
}