Hey, not really sure the right terminology. Probably don’t want to actually use a line break, but what CSS do I add to make it so that my button has it’s own line.
Here’s the site:
Formula Events | Best events in Vancouver
You can see that some text is sitting beside my buttons. Wordpress is a nightmare to add line breaks as well.
Here’s button css:
a.icon-button {
padding-right: 17px;
height: 34px;
float: left;
display: block;
font: 14px Arial,sans-serif;
color: #474747 !important;
margin: 8px 6px;
I could just change margin, and that would help for this instance, but what about just in general…
thanks