Dropdown fields Title and Country too small

  • Posts: 14
  • Thank you received: 0
10 years 9 months ago #176354

-- HikaShop version -- : 2.3.3
-- Joomla version -- : 3.3.6
-- Browser(s) name and version -- : FF32.0.3

The dropdown fields "Title" and "Country" are to small to show any values.
If you want to give up different shippig in the check-out step you will get a pop-up screen.
In this screen the fields Title and Country are too small to see any value.

See attachment

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
10 years 9 months ago #176362

Hello,
The solution will be to directly use some CSS code customization :
www.hikashop.com/support/documentation/1...the-display.html#css
Using the "Width" property will probably do the job.

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

  • Posts: 14
  • Thank you received: 0
10 years 9 months ago #176431

Already done that before i posted this question:

I don't think this is possible since the is an inline style declaration in the html code of this element.

<div class="chzn-container chzn-container-single chzn-container-single-nosearch" style="width: 8px;" title="" id="address_title_chzn"><a tabindex="-1" class="chzn-single"><span>Dhr</span><div><b></b></div></a><div class="chzn-drop"><div class="chzn-search"><input type="text" autocomplete="off" readonly=""></div><ul class="chzn-results"></ul></div></div>

I already looked for the view of this but I can't find the code which is responsible for this.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 9 months ago #176459

Hi,

If there is an inline declaration, you can force your css property in the css file thanks to: "!important" like:

.chzn-container-single{ width: 200px !important; }
This will override the inline css property.

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

Time to create page: 0.089 seconds
Powered by Kunena Forum