Skip to Content Skip to Menu

[SOLVED] Userlist Grid

  • mfe13
  • mfe13
  • OFFLINE
  • Posts: 572
  • Thanks: 26
  • Karma: 5
9 years 8 months ago - 9 years 8 months ago #258680 by mfe13
[SOLVED] Userlist Grid was created by mfe13
Hi,

My userlist is like the image 1 with canvas and 4 fields :

Please, how can I have fields aligned under Canvas like this ?


Is possible ?
Thanks in advance
Attachments:
Last edit: 9 years 8 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
9 years 8 months ago - 9 years 8 months ago #258713 by krileon
Replied by krileon on topic Userlist Grid
Yes, it's possible. Each field has its own div containing it. Using CSS you can float them or make them inline-block for example. Each div has a class unique to the fieldname as well as a generic class. For example the below acts on the generic class to make them inline-block.

Code:
.cbUserListLayoutGrid .cbUserListFieldLine { display: inline-block; width: 100px; }

Right click and click inspect element for each field in Chrome or Firefox for their classes.


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.
Last edit: 9 years 8 months ago by krileon.

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

  • mfe13
  • mfe13
  • OFFLINE
  • Posts: 572
  • Thanks: 26
  • Karma: 5
9 years 8 months ago #258727 by mfe13
Replied by mfe13 on topic Userlist Grid
Ok, I thought it was adjustable in the parameters.
Resolved.
Thank you

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

Moderators: beatnantkrileon
Powered by Kunena Forum