Temat: Przycisk "read more"

witam, bo wygenerowaniu i przeslaniu szablonu oraz zainstalowaniu calej zawartosci na serwerze mam problem z przyciskiem "read more" nie pokazuje sie on na dole pod artykulem ale z boku po prawej stronie, szukalem w programie artisteer jak to zmienic ale nie moge sie doszukac. przycisk "read more" dodalem poprzez edytaora na zapleczu strony i pokazuje sie tam gdzie sie pokazuje

tak wyglada css przycisku, co w nim zmienic:

a.art-button, a.art-button:link, a:link.art-button:link, body a.art-button:link, a.art-button:visited, body a.art-button:visited, input.art-button, button.art-button
{
  text-decoration: none;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF;
  margin: 0 !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 24px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}