Skip to main content
Topic: Admin Button on Mobile (1.1) (Read 2412 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Admin Button on Mobile (1.1)

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
Facta, non verba.

Re: Admin Button on Mobile (1.1)

Reply #1

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.
Bugs creator.
Features destroyer.
Template killer.

Re: Admin Button on Mobile (1.1)

Reply #2

Oh nice! It worked! Thanks emanuele :)
Facta, non verba.

Re: Admin Button on Mobile (1.1)

Reply #3

Or simply rotate your mobile and you will see the admin button 
sorry for my bad english

Re: Admin Button on Mobile (1.1)

Reply #4

OMG..... that was.. simply.. beautiful. Elegant... Zzzzz how did I not see that all this while..... lolol!
Facta, non verba.