Changing layout inset
Rate this topic: 




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.
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.
-
- 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?
-
- 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?
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?
-
- 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.
-
- 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
Yes I know, but is it possible to control the width of the mainbody (given the total page width)
Thanx
Paul
-
- 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 %:
Or use pixels instead of %. !important should force this values over defined by template.
Remember to enable "CSS override" in template settings - advanced section.
- 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.
-
- Moderator
6 posts
• Page 1 of 1