Hi Jack are you referring to the Submit button? Did you add the css code to the Submit Button field under the Style tab?
Thread Starter
Gregs
(@stickerwarehouse)
Yes i think so i have this in that field
margin-left:auto; margin-right:auto; cursor:pointer; margin:0;
Try and add the following…
text-align:center;
You need to change the following….
a.readmore, a.comment-reply-link, #respond input[type="submit"], .widget_price_filter button, .shop_table input[type="submit"], input[type="submit"], .nav-next a, .nav-previous a, .pagination-prev a, .pagination-next a {
background: none repeat scroll 0 0 #555;
border: 1px solid #555;
border-radius: 2px;
clear: both;
color: #fff;
float: left;
font-size: 12px;
line-height: 1;
padding: 4px;
text-align: center;
text-shadow: none;
text-transform: capitalize;
width: auto;
}
You need to remove the float: left; entry above.
Also you need to add text-align:center; to the contact form id=FSContact1.
Regards
Thread Starter
Gregs
(@stickerwarehouse)
many thanks for your reply again, where is the code that you posted located? as i cannot seem to find it.
thanks
Jack
Hi Jack that code is independent to this plugin. Another words it belongs to another plugin or part of your theme. I also believe you are using a shopping cart plugin of some sort. If you are make sure that it does not affect any other area of your site.
Regards
Hi Jack do you still have an issue with this problem?