Skip to main content
Topic: Mobile theme missing buttons? (Read 1774 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Mobile theme missing buttons?

Hi

How do we make visible the invisible button on the mobile theme?

Users want the Notify button





or more useful  add more button


sorry for my bad english

Re: Mobile theme missing buttons?

Reply #1

The "notify" button is usually at the top and at the end of the page, not one for each message, to make them visible at low resolutions you can add something like:
Code: [Select]
a.linklevel1.button_strip_notify, 
a.linklevel1.button_strip_send {
    display: block !important;
}
to your custom.css file (and if you don't have a custom.css just create and upload it to the theme directory. ;)
Bugs creator.
Features destroyer.
Template killer.

Re: Mobile theme missing buttons?

Reply #2

thanks

topic solved :)
sorry for my bad english

Re: Mobile theme missing buttons?

Reply #3

:D
Bugs creator.
Features destroyer.
Template killer.