- Posts: 3
- Thank you received: 0
How to ajust left or right module
-
Kiesel
Inactive member - Topic Author
- New Member
Less
More
11 years 1 month ago - 11 years 1 month ago #34558
by Kiesel
How to ajust left or right module was created by Kiesel
I thought that it would be possible to ajust the left or right module width within the template settings but i cannot find the settings anywhere. I want to size the mp_right module to about 200 px and the content part to 760 px. How is that possible ? (s. screenshot)
Thanks and br
Kiesel
Thanks and br
Kiesel
Last edit: 11 years 1 month ago by Kiesel.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34564
by ivan.milic
Replied by ivan.milic on topic How to ajust left or right module
You can roughly set width in layout designer in template options but unit is 1/12 of total template width. You can add explicit definition in bottom of layout.css:
.mp_right{
width:200px;
}
.mp_right{
width:200px;
}
Please Log in to join the conversation.
Time to create page: 0.147 seconds