Skip to main content
Topic: Menu icon resize (Read 3246 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Menu icon resize

Where is the icon sizing accomplished in css for mobile view?  I'm probably overlooking the obvious but haven't found it so far.   :D   Thanks!

Re: Menu icon resize

Reply #1

icon-big (and alike) define the size.
Take in consideration that changing icon-big will affect other places as well, if you only want to address the menu use the main_menu id:
Code: [Select]
#main_menu .icon-big {
...
}
Bugs creator.
Features destroyer.
Template killer.

Re: Menu icon resize

Reply #2

Quote from: emanuele – icon-big (and alike) define the size.
Take in consideration that changing icon-big will affect other places as well, if you only want to address the menu use the main_menu id:
Code: [Select]
#main_menu .icon-big {
...
}

That makes sense.  Not having success though.  The .icon-big doesn't seem to exist anywhere in the code.  It was easy enough to find in the github repository.  What's not right here? 

Re: Menu icon resize

Reply #3

Wait, are you using 1.0?
Bugs creator.
Features destroyer.
Template killer.


Re: Menu icon resize

Reply #5

Sorry, I'm already almost completely in 1.1 mode. xD

In 1.0 is the:
Code: [Select]
[data-icon]:before {
in the variant theme.
Bugs creator.
Features destroyer.
Template killer.

Re: Menu icon resize

Reply #6

Quote from: emanuele – Sorry, I'm already almost completely in 1.1 mode. xD

In 1.0 is the:
Code: [Select]
[data-icon]:before {
in the variant theme.

Ah, thanks!  At least I havent lost my mind...completely anyway.  Lol

Re: Menu icon resize

Reply #7

LOL
Bugs creator.
Features destroyer.
Template killer.