Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - flexsingh

#1
Free Themes / Re: Reseller
March 29, 2018, 11:49:39 PM
When viewing the forum via mobile, when reading posts... the posters avatar appears huge. Is there anyway to resize this just for mobile so it can appear smaller and not fill the screen? I've attached a screenshot and here is the link of an example page...

http://flexsingh.com/articles/tabata-training/
#2
Free Themes / Re: Reseller
March 29, 2018, 02:50:44 PM
Quote from: Boban ツ on March 29, 2018, 02:00:43 PM
Open portal.css find this line 292:

body {
    min-width: 750px;
}


replace that with this:
body {
    min-width: 100%;
}


Wow! That fixed It! Thank you so much! Is there any chance you can help with my other query I posted? I want buttons to appear for replying, modifying etc post...

https://smftricks.com/index.php?topic=1654.0
#3
Free Themes / Re: Reseller
March 29, 2018, 12:27:37 PM
Quote from: stoska on March 29, 2018, 12:12:44 PM
set screenshot

I've attached screenshot how it loads on mobile...
#4
Free Themes / Re: Reseller
March 29, 2018, 10:59:48 AM
Hi guys,

Is it possible to have the following options displayed as separate buttons rather than a drop down?

I've attached screenshot of my forum www.flexsingh.com  what menus buttons I would like. Currently the post options only appear as drop downs. But would like buttons for each option.

#5
Free Themes / Re: Reseller
March 29, 2018, 10:52:29 AM
Hi guys,

I've managed to setup the Reseller theme for my forum www.flexsingh.com But it seems when site is loaded on mobile it is zoomed in.

I've checked for <meta name="viewport" content="width=device-width, initial-scale=1"/> and this code exists in the index.template.php file.

Any help or advice appreciated.