Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] Cbsubs: How to save place on invoice address basket?

  • dotcom22
  • dotcom22
  • OFFLINE
  • Posts: 522
  • Thanks: 14
  • Karma: 4
11 years 7 months ago - 11 years 7 months ago #223019 by dotcom22
hello

I noticed when basket is displayed to user, his address take a lot place for nothing with a big useless area. On Joomlapolis this area is reduced of half because customer data are displayed inline. I tried to play with css but without success because I don't see difference in css code between your site and my except you have this extra class for make cell line dotted:

div.cb_form_line.cbclearboth {
border-bottom: 1px dotted #CCCCCC;
margin: 5px;
padding: 3px;
}

How to do for save place like you do on your side ?? For better understanding take a look to attached screenshot.

thank

I use Joomla 3.3.6 - CB 2.0.4 - CBSubs 4 - Several Incubator plugins
Attachments:
Last edit: 11 years 7 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
11 years 7 months ago #223026 by krileon
Your Joomla template is probably changing labels to block elements and giving them a width. Right click and inspect in Chrome or Firebug for Firefox the labels to the left of the values and you should be able to see what CSS is causing this. If no luck then please PM backend super administrator credentials and can take a look.


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.

  • dotcom22
  • dotcom22
  • OFFLINE
  • Posts: 522
  • Thanks: 14
  • Karma: 4
11 years 7 months ago #223046 by dotcom22
ok I sent a PM.

Thank

I use Joomla 3.3.6 - CB 2.0.4 - CBSubs 4 - Several Incubator plugins

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
11 years 7 months ago - 11 years 7 months ago #223144 by krileon
For some reason you're completely missing CBs styling for this. Maybe altered CB or CBSubs template CSS files or not loading in properly? At any rate the below CSS will make it more attractive; feel free to edit as needed.
Code:
.cbfieldset_invoicing_address .cb_form_line label { display: inline-block; width: 15%; text-align: right; } .cbfieldset_invoicing_address .cb_form_line .cb_field { display: inline-block; }

Should be able to place at the bottom of your Joomla template CSS file and it work fine.


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: 11 years 7 months ago by krileon.

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

  • dotcom22
  • dotcom22
  • OFFLINE
  • Posts: 522
  • Thanks: 14
  • Karma: 4
11 years 7 months ago #223164 by dotcom22
many thank.. now the display is much better.

I don't know why I get this... I don't have modified CB or Cbsubs core css file but I added many custom style inside my main joomla template css..

cheers

I use Joomla 3.3.6 - CB 2.0.4 - CBSubs 4 - Several Incubator plugins
The following user(s) said Thank You: krileon

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

Moderators: beatnantkrileon
Powered by Kunena Forum