• Resolved yoshiidea

    (@yoshiidea)


    Hello,
    I created an online order page for fish store, however, the quantity button doesn’t look right somehow. Usually – + should be there but only – shows up.
    https://tarosfish.com/online-order/
    Can you please help to fix this bug?

    Thank you so much

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    It seems that the theme what you are using is doing some conflict with the plugin style. Can you try to switch to any other theme and check if that works.

    Thanks and regards,
    Team RestroPress

    @yoshiidea

    Add this to your theme CSS or somewhere:
    div.rpress-popup-actions input[type="button"] { min-width: 0; }

    the issues are that your theme has input[type="button"] { min-width: 200px; } and rpress isn’t overriding that because they are loading their stylesheet before your theme so there are probably a lot of CSS overrides that are messed up but could be easily resolved by loading their CSS last.

    Thread Starter yoshiidea

    (@yoshiidea)

    Hello, that CSS solved the issue.

    Thank you so much @tugbucket

    Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    @yoshiidea glad to know that your issue has been fixed.
    @tugbucket really thank that you helped to fix the issue.

    As the issue has been fixed we are closing this topic.

    Thanks and regards,
    Team RestroPress

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quantity button looks wierd’ is closed to new replies.