Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
How to enlarge the useful part of the standard Template to 100% ? (SOLVED)
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to enlarge the useful part of the standard Template to 100% ? (SOLVED) (Read 7310 times)
Sunlight
Jr. Member
Posts: 87
How to enlarge the useful part of the standard Template to 100% ? (SOLVED)
«
on:
March 15, 2009, 03:39:51 »
We are using the standard Elxis' template ("octo" I think).
It works OK, but its useful part is too narrow (only some 70 or 80%), compared to the large number of contents that we need to publish.
=> How could we enlarge the area of its useful space, so that all the screen-page can be filled up with content 100 % ?
Can it be done with this template, or are we obliged to install another one ?
(Some of ks-net's templates are, f.ex. 100% and well-looking. But we are afraid to lose all the adaptation work (logos, headers, footers, banners, etc), that we already did with the initial template)...
Thanks for a crystal-clear answer, whenever possible.
«
Last Edit: March 16, 2009, 06:55:51 by Sunlight
»
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: How to enlarge the useful part of the standard Template to 100% ?
«
Reply #1 on:
March 15, 2009, 04:05:44 »
Quote
Can it be done with this template, or are we obliged to install another one ?
you need to modify your okto template or a copy of your okto template...
you need 100% with columns left and right? or no columns?
if with both columns, then in.... /templates/okto/css/
layout.css
find near top:
#mainwrap {
width:
90
%; /*center hack*/
margin:0 auto; /*center hack*/
text-align:left;
background: url(../images/rbg.png) repeat-y 80% 0;
height:100% !Important;
height:1%; /* IE */
border: 1px solid #777777;
}
and change it to:
#mainwrap {
width:
99.5
%; /*center hack*/
margin:0 auto; /*center hack*/
text-align:left;
background: url(../images/rbg.png) repeat-y 80% 0;
height:100% !Important;
height:1%; /* IE */
border: 1px solid #777777;
}
important: 99.5 not 100%
«
Last Edit: March 15, 2009, 04:21:01 by ks-net
»
Logged
ks-net.gr
Sunlight
Jr. Member
Posts: 87
Re: How to enlarge the useful part of the standard Template to 100% ? (SOLVED)
«
Reply #2 on:
March 16, 2009, 06:55:27 »
Thanks ks-net. Your recipe worked fine !
Congratulations for your crystal-clear way (+graphics) to explain things.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
How to enlarge the useful part of the standard Template to 100% ? (SOLVED)