If u need to display search result horizontally then you can do it by template overriding
Please follow these steps to do this:
For example:If you want width of mini profile as 277px and height as 377px then
change this code from-
.xiusMp
{
border:1px solid #dddddd;
margin:5px 3px;
overflow:hidden;
-moz-border-radius:2px;
}
to
.xiusMp
{
border:1px solid #dddddd;
margin:5px 3px;
overflow:hidden;
-moz-border-radius:2px;
width:277px;
float: left;
min-height: 377px;
}
Click Here to see more.
| Sitemap | Support Policy | Refund Policy | Payment Plans | Company | License | Contact Us | Joomla Paid Membership Extension |
Copyright © 2008-2012 JoomlaXi. All Rights Reserved. The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. JoomlaXi.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
Comments (0)