• Resolved usman09

    (@usman09)


    how do I align these two buttons inline like (add to cart)(inquiry now)
    if i need to edit these by code so could you let me know the location of the default product layout template so i could edit it.
    please I’m stuck in this and I need to complete this ASAP so any guidance will be appreciated. And thank you!

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

Viewing 1 replies (of 1 total)
  • You would have a hard time lining them up horizontally since they are in different containers. You can line them vertically by setting the query button on its own line. Try adding the following code to your custom css in the customizer.

    button#enquiryButton {
        display: block;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to align buttons on product page (add to cart & Inquiry now))’ is closed to new replies.