Hello, you can include the button in a paragraph elemnt with text align center
<p style="text-align: center;"> ... </p>
the button link should be specified as the attribute of the shortcode
the container element has fixed width for different screen res so the max is 1180px. Look in style.css for .container to see how is defined in media queries.
you can increase/decrease that in order to decrease/increase margins
Hi - thanks again for your previous replies. I appreciate your help. A couple more very simple CSS questions I hope. On the home page:
1. I've inserted one of your clapat buttons in the paragraph of the main body. How do I center it?
2. How do I assign the button's link?
3. How do I adjust the padding/margins of the main body element? I.e. The one that starts with 'client list'
Thanks!
Hello, you can include the button in a paragraph elemnt with text align center
<p style="text-align: center;"> ... </p>
the button link should be specified as the attribute of the shortcode
the container element has fixed width for different screen res so the max is 1180px. Look in style.css for .container to see how is defined in media queries.
you can increase/decrease that in order to decrease/increase margins
.container {
width: 1180px;
}
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Thank you. That all worked great.