Resize user module position

Professional Joomla template suitable for a wide range of finance related sites such as stock market, finance news, forex informations.
GK User
Fri Jan 06, 2012 9:14 pm
Hello,
how i can resize the user position module?? I want that the user 3 is 300px width and the user 1 600px... its possible and how?
User avatar
Expert Boarder

GK User
Wed Jan 11, 2012 2:35 pm
Hi,

You can add suffix classes for those modules then use css code to resize. For example, you use suffix class "user3" for user 3 module, then you add this code to template.css
Code: Select all
.user3{
width: 300px !important;
}
User avatar
Platinum Boarder


cron