how to set a fixed width for user position columns

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Fri Sep 13, 2013 7:15 pm
In the template manger - edit style layout it is only possible to change the ratio of one column only. which automatically sets the width of other two columns.

is there any way to explicitly set the width of each column. ( user7- -- ,user8- 286px,user9- 181px)
User avatar
Fresh Boarder

GK User
Fri Sep 13, 2013 8:07 pm
Could You please post an url to your site and mark on screenshot columns which width You would like to change?
User avatar
Moderator

GK User
Sat Sep 14, 2013 5:24 am
Image This is the layout we are trying to achieve. i have commented on the image.


http://dinertab.com/amritaNews/index.php This is my demo site url.

I also want to make the top banners as in the lay out. I have made some changes ,as u can see . But logo is out of the position when viewed in mobile.
User avatar
Fresh Boarder

GK User
Sat Sep 14, 2013 8:05 am
Please edit: /templates/gk_twn2/css/override.css and add at its end:
Code: Select all
#gkuseruser7 {
width: 60% !important;
}
#gkuseruser8 {
width: 19% !important;
}
#gkuseruser9 {
width: 19% !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat Sep 14, 2013 8:05 am
Ps - You could also use width in pixels instead of percentages. using !important at the end of declaration forces it over admin settings.
User avatar
Moderator


cron