Center button on parent module

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Tue Apr 17, 2012 6:26 am
Hello;

First, I'm sorry for my english, my level is bad, but i work for improve that! :lol:

How to set a center position for "more button"?
Because i tried like that :
Code: Select all
<p style="text-align: center;"><a class="readon readon_class fcenter" href="#">Read more</a></p>

But it does not work :blush:
I have the "YourShop" template for joomla 2.5.

Thanks o lot for your help
User avatar
Fresh Boarder

GK User
Tue Apr 17, 2012 9:27 am
Please try to use margin value like 'margin: 0 auto!important', if it doesn't work please give us your site URL.
User avatar
Platinum Boarder

GK User
Tue Apr 17, 2012 10:31 pm
It doesn't work, sorry, or my way of make thaht is bad :s

You can find an button in this page :
http://traders-solutions.com/index.php/softwares
Login : visitor
Pw : visitor

Thanks a lot :-)
User avatar
Fresh Boarder

GK User
Wed Apr 18, 2012 8:06 pm
Please try with this code :

Code: Select all

a.readon {width: 82px; float: none; margin: 0 auto !important}


but this is not the best solution because width is set in pixels not auto, but should work.
User avatar
Platinum Boarder


cron