Changing layout inset

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Aug 19, 2013 10:01 am
Reply with quote
Report this post
Hi,

I would like to change the width of my inset module. When I try this in the template settings, tab 'Layout' I dont have control. The mainbody seems to stay fixed, the inset position just disapears instead of getting wider.
User avatar
Fresh Boarder

GK User
Mon Aug 19, 2013 1:22 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Thu Aug 22, 2013 3:42 pm
Reply with quote
Report this post
Hi,

http://zzperworden.linkedbouw.nl/zzperworden/

Another question: besides wanting to control the width of the inset, I would like to control the widht of the mainbody. Or should this be forced by adjusting the width of inset/ sidebar?
User avatar
Fresh Boarder

GK User
Sat Aug 24, 2013 10:13 am
Reply with quote
Report this post
If You would like to control whole page width - it can be set in template settings layout tab.
User avatar
Moderator

GK User
Mon Aug 26, 2013 10:03 am
Reply with quote
Report this post
Hi,

Yes I know, but is it possible to control the width of the mainbody (given the total page width)

Thanx

Paul
User avatar
Fresh Boarder

GK User
Tue Sep 03, 2013 3:11 pm
Reply with quote
Report this post
You could use override.css and force columns width in %:
Code: Select all
#gkContent {
width: 70% !important;
}
#gkSidebar {
width: 28% !important;


Or use pixels instead of %. !important should force this values over defined by template.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron