• Resolved ridhuanshah

    (@ridhuanshah)


    hi i need help with the dropdown on my checkout page, can you make for the selected method to show limited words or make it display on multiple line, because some of my shipping method name are very long which caused the site to have a very long dropdown bar that doesnt display well on mobile i wish i can show you a screenshot, but you can use the link i share and view it on mobile device to see the issue. thank you very much for this awesome plugin btw!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Ridhuanshah,

    Thanks for reaching out to us.

    Yes, we have reviewed that this is a mobile screenshot-specific issue.

    Please add the below CSS in your themes style.css and it will work for you.

    @media only screen and (max-width: 600px) { 
        .shop_table_responsive select.shipping_method {
    	min-height: 60px;
    	white-space: break-spaces;
        }
    }

    Hope this helps. Let us know your feedback if any.

    Best Regards,
    Hitendra & Dotstore Team

    Thread Starter ridhuanshah

    (@ridhuanshah)

    Hi Hitendra Chopda,
    Im really sorry for the late reply but after i checked again its also a problem on desktop mode, can you please visit my site and check the checkout page?
    i tried to enter the css at the “additional css” theme customizer but nothing work
    btw im using astra for the theme.
    thanks for the respond and hopefully you can help me with this one!

    Thread Starter ridhuanshah

    (@ridhuanshah)

    UPDATE*

    Hi again, i learn how to attach image here to make it easy for you to resolve this issue
    this is the link.

    dropdown-on-checkout-display-issue


    i hope this can be helpful for you
    thanks again!

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Ridhuanshah,

    Thanks for your feedback and for sharing the screenshot.

    have you changed the settings to the radio button? Now we can see the radio button list in shipping methods.

    Click here to review the screenshot.

    If you are getting the same issue on the desktop then you need to remove the media query line from the CSS and need to add it below.

    .shop_table_responsive select.shipping_method {
    	min-height: 60px;
    	white-space: break-spaces;
        }

    So, it will apply on desktop as well as on mobile versions.

    Best Regards,
    Hitendra & Dotstore Team

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Ridhuanshah,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved.

    If you have any further questions, you can start a new thread.

    Best Regards,
    Hitendra & Dotstore Team

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘dropdown on checkout display issue’ is closed to new replies.