Skip to Content Skip to Menu

🌟Discover the Joomla AI Plugin that wrote its own story! - CB Editor Assistant 1.1now for Joomla 3, 4 & 5!
✍️ 5-Day Free Trial, then 🎯 save up to 30% with our 🛍️ Intro Offer (First 50 users, ends Dec. 25th)
🌲 Merry Christmas! Great savings on Professional and Developer Memberships! Get 25% off now with code XMAS-2024!

[SOLVED] Image size in lastview

  • mfe13
  • mfe13
  • OFFLINE
  • Posts: 572
  • Thanks: 26
  • Karma: 5
9 years 10 months ago - 9 years 10 months ago #258924 by mfe13
[SOLVED] Image size in lastview was created by mfe13
Hello,

The size of lastviews are all different and i want to overide the image size and container only in lastview but not change the size of the avatar in the canvas.
But when I use this code, Avatar size change in canvas !
Code:
/*CB CONTAINER LASTVIEW*/ .cb_template .containerBox { min-height: 160px;min-width: 290px;} /*CB SIZE IMAGE LASTVIEW*/ .cb_template .img-thumbnail { height:75px !important;}

Thanks in adavance
Last edit: 9 years 10 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48616
  • Thanks: 8302
  • Karma: 1446
9 years 10 months ago #259006 by krileon
Replied by krileon on topic Image size in lastview
The .img-thumbnail class is generalized; it applies to all kinds of usages. You need to make your selector more specific. Example as follows.

.cb_template .containerBox .img-thumbnail

Even better would be to target CB Last Views only with the following selectors.

.cb_template .cbLastViews .containerBox

.cb_template .cbLastViews .containerBox .img-thumbnail


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.

  • mfe13
  • mfe13
  • OFFLINE
  • Posts: 572
  • Thanks: 26
  • Karma: 5
9 years 10 months ago #259039 by mfe13
Replied by mfe13 on topic Image size in lastview
Yes indeed, it's much better ;)
Thank you

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

Moderators: beatnantkrileon
Powered by Kunena Forum