Can somebody please help me center the button text ('submit review') found here.
Many thanks!
Can somebody please help me center the button text ('submit review') found here.
Many thanks!
?? Button text 'Reviews' is centred.
Text 'Add your review' also looks fine.
'Submit Comment' also looks fine.
IE and FF
review, reply, or comment?
make a backup copy first
the only button to center was the 'submit comment' button:
try and find the following in style.css and change it to what you see here:
.art-button-wrapper
{
display:block;
position:relative;
height: 32px;
overflow:hidden;
white-space: nowrap;
width: 143px;
margin:0 auto;
z-index:0;
}
(seems to work in firefox - no guarantee and not tested with IE)
thanks. after posting I fixed it by simplying upgrading to Artisteer 2.3
This topic has been closed to new replies.