2018-07-09, 08:14 PM
2018-07-10, 08:03 AM
I am not sure if gomobile is actively developed, you should try a responsive theme from MyBB Extend.
https://community.mybb.com/mods.php
https://community.mybb.com/mods.php
2018-07-10, 12:43 PM
Hi,
search in global.css of the Gomobile theme for:
and change it to:
Now the checkboxes should show up.
search in global.css of the Gomobile theme for:
input[type="checkbox"] {
display: none;
}
and change it to:
input[type="checkbox"] {
}
Now the checkboxes should show up.
2018-07-10, 09:21 PM
(2018-07-10, 12:43 PM)NoRules Wrote: [ -> ]Hi,
search in global.css of the Gomobile theme for:
input[type="checkbox"] { display: none; }
and change it to:
input[type="checkbox"] { }
Now the checkboxes should show up.
Thanks bro it works