• Resolved rogbiz

    (@rogbiz)


    The price box displays with the text “Enter amoun” – I guess it’s not quite wide enough.

    Can you advise if I can make it wider using custom CSS, and if so, what element to specify?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alexander C.

    (@alexanderfoxc)

    Hi @rogbiz.

    You can add following to your theme’s style.css file (or better use some custom CSS plugin for that):

    .asp_product_buy_button input {
        width: 20%;
    }

    This would set the price input width 20% of page’s width. Or you can specify value in pixels like:

    width: 150px;

    Thread Starter rogbiz

    (@rogbiz)

    Thanks, that’s perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Price box width’ is closed to new replies.