Hi,
if i want to select a country on the check out page, it looks a bit strange :D
Here is a picture:
http://imageshack.us/a/img407/5395/unbenanntyt.png
What could be the problem?
Thanks,
Daniel
Hi,
if i want to select a country on the check out page, it looks a bit strange :D
Here is a picture:
http://imageshack.us/a/img407/5395/unbenanntyt.png
What could be the problem?
Thanks,
Daniel
Hi Daniel,
Can we take a look at the site live so we can inspect the code?
Regards,
Devin
Hey Daniel,
Two choices, one is to go to your WooCommerce settings on the General tab and look for the Styles and Scripts sub heading. One of the checkboxes is for "Enable enhanced select boxes". Uncheck that and it should fix the styling.
The other options is to Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.chzn-container {
position: initial;
}
#top .chzn-container .chzn-drop {
top: 70px !important;
width: 325px !important;
margin-left: 3px;
}
Its a bit of a hacky solution, but the woocommerce implementation of the search function within the field is pretty messy so fighting fire with fire in this case :)
Regards,
Devin
Yeah thank you, it worked with the quick css.
Greets,
Daniel
PS: At this point I would say a special thanks :) I had a lot of questions over the last days/weeks and you solved them very good :D
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
You must log in to post.