ElkArte Community

Project Support => Support => Topic started by: gevv on June 07, 2015, 07:05:53 am

Title: Mobile theme missing buttons?
Post by: gevv on June 07, 2015, 07:05:53 am
Hi

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

Users want the Notify button

(http://s13.postimg.org/o1z4hexxj/2015_06_07_13_46_36.png) (http://postimage.org/)



or more useful  add more button

(http://s23.postimg.org/yjmn8wjpn/or_more.png) (http://postimage.org/)
Title: Re: Mobile theme missing buttons?
Post by: emanuele on June 07, 2015, 07:51:00 am
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:
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. ;)
Title: Re: Mobile theme missing buttons?
Post by: gevv on June 07, 2015, 09:32:02 am
thanks

topic solved :)
Title: Re: Mobile theme missing buttons?
Post by: emanuele on June 07, 2015, 11:19:54 am
:D