Archived topic
Aligning a non Generatepress button
7 replies · Started by Simon on December 12, 2021
Hey,
I was hoping I could pick your brains again!
I have a latepoint button on a site, and wondered how I could align it with the body and headings on the site.
The page is:
https://www.simonportillo.co.uk/rcd-tripping/
and their customize attributes are here:
http://wpdocs.latepoint.com/customize-book-button-appearance/
Thanks for looking! :-)
Hi there,
the alignment issue is because of the buttons margins.
Can you see the margin argument in the Shortcode ? If so can you remove that.
Hi David,
Thanks for that, much better now that has been removed!
Do you think it possible to increase the distance to the item below the button? It's a heading on that page and a paragraph on another.
Best wishes
Are you able to add some button margin?
Hi Leo.
I am still trying to pick up css (from really helpful guys like you on here!).
Can you make some suggestions for me to add, so I can try inside the additional css customizer?
Thanks ever so much.
You can try something like this:
.latepoint-book-button {
margin-bottom: 20px;
}
Please check with the plugin's support team first in the future.
Thanks :)
Hi Leo,
That's just what I wanted, thanks so much!
And yes, will do.
Best wishes
No problem :)