ElkArte Community

Elk Development => Theme development => Topic started by: niloc on June 20, 2016, 06:33:52 am

Title: Admin Button on Mobile (1.1)
Post by: niloc on June 20, 2016, 06:33:52 am
Hi, I'm trying to find the CSS code that hides the admin link button in mobile view.

Does anyone know where it's located? T.T
Title: Re: Admin Button on Mobile (1.1)
Post by: emanuele on June 20, 2016, 08:09:06 am
Not really, but I would search for #button_admin in index.css.
Apart from that, if you are doing just tweaks, you may use a custom.css and not even bother to find where the actual css is at all, just:
Code: [Select]
#button_admin {
        display: list-item !important;
}
and that's all.
Title: Re: Admin Button on Mobile (1.1)
Post by: niloc on June 20, 2016, 11:48:08 am
Oh nice! It worked! Thanks emanuele :)
Title: Re: Admin Button on Mobile (1.1)
Post by: radu81 on June 24, 2016, 05:13:45 pm
Or simply rotate your mobile and you will see the admin button 
Title: Re: Admin Button on Mobile (1.1)
Post by: niloc on June 25, 2016, 01:35:56 am
OMG..... that was.. simply.. beautiful. Elegant... Zzzzz how did I not see that all this while..... lolol!