Readmore button alignment in joomla
Aligning Readmore button to right in Joomla
Steps followed
1. Login to Joomla Admin Panel
2. Extension -> Template Manager
3. Select your active Template
4. edit CSS
5. template.css -> edit
6. Locate for a.readon:link, a.readon:visited and a.readon:hover
add the following code inside it
float: right;
eg
a.readon:link,
a.readon:visited {
padding: 3px 6px 3px 22px;
text-decoration: none;
color: #404040;
background: #f2f2f2 url(../images/icon-module-arrow.png) no-repeat 5px center;
border: 1px solid #e5e5e5;
// add the following code inside
float: right;
}
If you enjoyed this post and found it useful, please write your comments. You comments would encourage us to write more. Also make sure you subscribe to our RSS feed!
We Provide Custom PHP Programming for Joomla , Wordpress, OScommerce, Creloaded, Xcart and any other opensource solution you can think of at www.technoIntellects.com.
Get our Joomla Hosting Packages at the affordable price with unlimited services
Comments
Leave a Reply

