If you look at the source for you page after it’s been rendered in the browser, you should be able to find the code for the button, or a container for the button, that you can target with some CSS.
For example:
.button {margin: 10px 0 10px 0;)
You can of course change the margin settings to what ever space you want.
If you can provide a link to your site, and an example of where one of these buttons shows up, we can provide you a more detailed answer.
I inserted this In CSS:
.maxbutton-1-container, .maxbutton-4-container, .maxbutton-25-container, .maxbutton-17-container, .maxbutton-14-container, .maxbutton-2-container { margin: 3px 0 10px; }
http://www.sveikatosgidas.lt/temos/
And i need a little more space before page title. And that all buttons will be in the center.
Can you help please?
I inserted this In CSS:
.maxbutton-1-container, .maxbutton-4-container, .maxbutton-25-container, .maxbutton-17-container, .maxbutton-14-container, .maxbutton-2-container { margin: 3px 0 10px; }
http://www.sveikatosgidas.lt/temos/
And i need a little more space before page title. And i need that all buttons will be in the center.
Can you help please?
Your site has the right click disabled. That makes it much harder for me to diagnose the problem and provide help.