Skip to main content
Mobile theme missing buttons? Started by gevv · · Read 1816 times 0 Members and 1 Guest are viewing this topic. previous topic - next 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.