Keyword

[SOLVED] K2 tool - category select box width question

  • Tarun Das
  • Tarun Das's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 3 months ago #129431 by Tarun Das
The added image is self explanatory ... can you please suggest how to fix width of the dropdown bar ( or whatever name it is) ?

Joomla! 3.4.3, K2 v2.6.9 (Eagerly waiting for v3)
Website: Yankee Russia

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 months ago #129432 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: K2 tool - category select box width question
You have to either set a max-width for your select boxes
select { max-width: 100%;  }

or a fixed width
select { max-width: 250px; width: 250px;  }

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Tarun Das
  • Tarun Das's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 3 months ago - 10 years 3 months ago #129433 by Tarun Das
Replied by Tarun Das on topic Re: K2 tool - category select box width question
Thank you for your reply ...
Where exactly I have to do the changes ? I am using Joomla! 3.3.0 and K2 v2.6.8.

Joomla! 3.4.3, K2 v2.6.9 (Eagerly waiting for v3)
Website: Yankee Russia

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

  • Tarun Das
  • Tarun Das's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 3 months ago - 10 years 3 months ago #129434 by Tarun Das
Replied by Tarun Das on topic Re: K2 tool - category select box width question
Thank you Krikor ... you are my K2 GURU :) ... found it ... it's in components\com_k2\css\k2.css... it's working exactly as I wanted with your suggested code ... You can mark this post as SOLVED.

Thanks once again

Tarun

Here is the result

Joomla! 3.4.3, K2 v2.6.9 (Eagerly waiting for v3)
Website: Yankee Russia

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 months ago #129435 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: K2 tool - category select box width question
I would recommend that you put this snippet in your template's stylesheet.
If you do not override K2's css (no need for one rule) you will lose your changes once you 've updated the extension.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Tarun Das
  • Tarun Das's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 3 months ago #129436 by Tarun Das
Replied by Tarun Das on topic Re: K2 tool - category select box width question
Thank you ... I will try that !

Joomla! 3.4.3, K2 v2.6.9 (Eagerly waiting for v3)
Website: Yankee Russia

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


Powered by Kunena Forum