Archived topic
Button module - can't find them
7 replies · Started by Bestiale on July 31, 2018
Hello,
I have GP Premium version. I want to put some buttons but I can't find the button module.
I am using Pivot website as a ground for my new website.
Could you help me with that?
Thanks!
Hi there,
Pivot was built using the Free Beaver Builder, which amazingly doesn't come with a button module.
You can use one of the free add-ons if you don't have the Pro version installed.
Or you can do it with some HTML:
<a href="url" class="button">My button</a>
This will match the stying of the button you see in the page header
Thanks! It works.
You're welcome :)
Hello David,
Do you know what should I add to the HTML that you gave me, so the buttons will be in the center? When I checked the website on mobile devices and tablets, this button is on the left side, and not in the center.
Thanks!
You could put it inside a centered div element:
<div style="text-align: center;">
Button in here
</div>
Let me know :)
Thanks! It works:)
You're welcome :)