Sorry to just clarify, I added
` margin-left: 200px;
WPyogi-
I managed to add margin-left:
a.button {
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
margin-left: 200px;
padding: 8px 15px 10px 0;
position: relative;
text-decoration: none;
}
But negative margins don’t seem to have any effect on the up/down…
Any idea whats going on?
Hi All,
I created a child theme (freshserve-child) and created a custom style.css, with this included
@import url("../freshserve/style.css");
a.button {
margin:250px;
}
Still doesn’t seem to be working. margin:250px seems to work in firebug for moving the item over to the right, but I can’t seem to move it up for some reason…