By adam on Friday, 24 October 2014
Posted in General Issues
Replies 3
Likes 0
Views 607
Votes 0
my issue is in regards to layout for smart phones.

Thank you for making huge strides with the easydiscuss responsive layout. really nice! I like the template you have on your site because on a smart phone all you see is a list of questions and most of the other info is either stripped away or made very small. i like it. My goal is to reproduce these results.

I was using the simplistic layout but the avatar and user info takes up just as much space as the questions on a small screen. Pinter seems like it would be the right choice but on my site the questions are in large font and go off the screen on a smart phone and in desktop format the layout shows two columns of questions where the other layouts only have one column. Is pinter suppose to look like this?

Which easydiscuss layout are you using on your site?

again, the main goal for me is to streamline the smart phone layout so the emphasis is on the questions and not the user or anything else.

i think my question is relevant for the masses as we want to focus on the content and not the user when it comes to easydiscuss.

Thanks!
Hello Adam,

The layout that we used on our site is primarily customized for our forums only. It's not available for everyone unfortunately. You can use css codes to hide stuffs that you don't need
·
Friday, 24 October 2014 02:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark wrote:

Hello Adam,

The layout that we used on our site is primarily customized for our forums only. It's not available for everyone unfortunately. You can use css codes to hide stuffs that you don't need

Thanks Mark. Could you direct me in the right place as to where I can modify the smartphone layout css? is there a particular file I should edit or a specific id or class that represents the smartphone layout?

Thanks.
·
Friday, 24 October 2014 02:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adam,

You should just place your css codes in your Joomla template's css file You should use the css selectors below to lookup for elements in responsive mode,


#discuss-wrapper .w320 .someclassname
·
Friday, 24 October 2014 03:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post