This topic has 10 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hello,
i’ve installed a delivery plugin to my WooPress+WooCommerce webshop. On the checkout page it has a drop-down menu, what inherits the css attributions of the WooPress theme. The width size of this menu is set to a fix pixel (as I see – but not sure 🙂 ), so it can’t fit to the div box that contains the menu, so the delivery modes appears half out of this box. On mobile, the settings became unuseable in this way.
Look at these screenshots: On PC – On mobile
Could you please help me, where can I found the settings of this drop-down menu in the css files?
Thank you,
Zsu
Hello,
You may add custom css code in Theme Options > Custom css.
Please describe how I can recreate the problem on your site to give you example of css code. Also, provide wp-admin access in Private Content.
Regards
Hello,
if you go to the checkout (http://www.freshmood-design.hu/checkout/) page on my webshop (first you have to put any product to the cart), choose “Foxpost csomagautomata: 650 Ft” radio button on the right side of the page, under the product list. When you check it, the drop-down list appears next to the “SZÁLLÍTÁS” text. In Chrome browser it don’t fits to the div box all the time, in Firefox you have to resize the window smaller to generate the problem.
Wp-admin and ftp accesses added to the private content.
Thanks,
Zsu
Please try to add this code in Theme Options > Global custom css:
@media(min-width:480px) {
.woocommerce-checkout-review-order-table #shipping_method {
padding-left: 0px;
}
}
@media(max-width:480px) {
.woocommerce-checkout-review-order-table #shipping_method select{
width:100%;
}
}
Regards
Unfortunately nothing changes with the menu 🙁 Tried to change % and px values in the code but don’t caused differences 🙁
Please clear cache and then check.
Regards
I refreshed the page with ctrl+F5, is it enough? On PC it doesn’t change, but surpisingly on mobile it became good! Here’s a video how the problem appears in the PC browser: video
But the main goal was to fix mobile problem, where it was unusable, and now fixed.
Now on pc it’s just looks weird… I’d be glad if we could make it better too.
Thanks,
Zsu
I’ve changed code in Custom css to http://prntscr.com/hcvzwd + http://prntscr.com/hcw022
Please check now.
Regards
It’s perfect now, thank you very much! 🙂
You’re welcome!
Regards
The issue related to '‘Drop-down menu on checkout page – width size setting’' has been successfully resolved, and the topic is now closed for further responses