ElkArte Community

Title: Menu icon resize
Post by: badmonkey on June 20, 2016, 11:56:57 am
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!
Title: Re: Menu icon resize
Post by: emanuele on June 20, 2016, 03:17:02 pm
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 {
...
}
Title: Re: Menu icon resize
Post by: badmonkey on June 20, 2016, 05:05:00 pm
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? 
Title: Re: Menu icon resize
Post by: emanuele on June 20, 2016, 05:52:31 pm
Wait, are you using 1.0?
Title: Re: Menu icon resize
Post by: badmonkey on June 20, 2016, 08:01:55 pm

Yes.  1.0.7 to be precise. 
Title: Re: Menu icon resize
Post by: emanuele on June 21, 2016, 02:29:44 am
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.
Title: Re: Menu icon resize
Post by: badmonkey on June 21, 2016, 07:06:41 am
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
Title: Re: Menu icon resize
Post by: emanuele on June 21, 2016, 07:30:05 am
LOL