• Resolved agentick

    (@agentick)


    Hi. I am looking to align Price and Add to cart (in my website case, add to cart is changed to “book now’) in one line. That is put add to cart option beside price so that customers can easily book the service, without the need to scroll down.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    Hey @agentick – this will be a bit of a hack because, but with some custom CSS you can do this, but you might get problems with different screen sizes/devices:

    .single-product div.product form.cart {
        position: absolute;
        margin-top: -360px;
        margin-left: 150px;
    }

    This should do the trick. You can add CSS under Customize > Additional CSS.

    Thread Starter agentick

    (@agentick)

    Thanks job. It worked. But on some products it is not at all showing.

    D Smith a11n

    (@dsmithweb)

    Automattic Happiness Engineer

    Hi there!

    Sorry to hear this– but I’m now getting a 404 error on that URL. Can you double-check the page’s location for us?

    Thread Starter agentick

    (@agentick)

    Hi. Sorry for late reply.

    The link is here : https://www.agentick.com/in/services/domain-registration/

    I want to add book now option, beside the price.

    Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    Hi @agentick – there’s still nothing there (sorry for the slow reply by the way)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Align Price and Add To Cart in one line’ is closed to new replies.