Skip to Content Skip to Menu

UserList Mobile View after CSS

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 4 months ago #266135 by krileon
Replied by krileon on topic UserList Mobile View after CSS
If you only use those sizes then the below CSS should maintain their column display on mobile.

Code:
@media screen and (max-width: 767px) { .cb_template .cbUserListT_# .col-sm-3, .cb_template .cbUserListT_# .col-sm-6 { float: left; } .cb_template .cbUserListT_# .col-sm-3 { width: 25%; } .cb_template .cbUserListT_# .col-sm-6 { width: 50%; } }

Replace # with the actual ID of your userlist. This is to avoid the CSS from affecting your entire CB install and only affect your userlist.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • jpdenny1
  • jpdenny1
  • OFFLINE
  • Posts: 195
  • Thanks: 25
  • Karma: 5
9 years 4 months ago #266188 by jpdenny1
Replied by jpdenny1 on topic UserList Mobile View after CSS
It's perfect Kyle and thanks. Exactly what was needed. Doesn't do the job on mobile upright though as it's all scrunched together - I should have preempted that.

Being drawn back to putting avatar column first (on the far left) as this solves issues, yet doesn't look the best, then leave them stack, centre aligning them in @media. Should do the trick.

Can work off your feedback now and thanks a million.

Joomla 3.6.2
CB 2.0.15 Latest Nightly
GJ 3.0.1 nightly
Php version 5.5.35
Auto actions nightly
Activity nightly
Privacy nightly
Conditions nightly
CB Gallery 2.0
.....all nightly!
Uddeim 3.9

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 4 months ago #266190 by krileon
Replied by krileon on topic UserList Mobile View after CSS

Doesn't do the job on mobile upright though as it's all scrunched together - I should have preempted that.

Correct, it just maintains the column widths. You'd need to add extra styling to reduce the image size or whatever else you may want to make it smaller to fit the display. It's possible to improve this more, but it runs the risk of shrinking everything to the point it's unreadable, which is why it normally just stacks them.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: jpdenny1

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum