• Resolved 1stsourceweb

    (@1stsourceweb)


    I need to center the “Get a Quote” button on my page.

    Also, I would like to add it below my tabs on my page. That doesn’t seem to be an option. Is there a custom code for both of these requests?

    Additionally, if I choose to display the form on the page instead of a pop up- the GET A QUOTE button still is showing, which doesn’t make sense to me. IF I choose this feature how do I disable just the button?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter 1stsourceweb

    (@1stsourceweb)

    also…is it possible to have the form displayed in a tab? I would like to add an additional tab on my page and would need a shortcode to add the form inside of it.

    Thread Starter 1stsourceweb

    (@1stsourceweb)

    Okay.. I figured out a few things. The only thing I need to know how to change are the following:

    How do I add a shortcode for the form to appear within a tab that I have custom built? I do not want it to pop up. I want to just click on the tab title and then the form is shown there.

    @1stsourceweb, in order to center the button, please use this css :

    div#woo_catalog {
        margin: 0 30%;
    }

    Now, if you have to add a tab for enquiry, you have to quite a bit of custom code. If you need help with the hook/filter, let us know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Button and move button’ is closed to new replies.