Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
CSS philoxenia Question
« previous
next »
Print
Pages: [
1
]
Author
Topic: CSS philoxenia Question (Read 8626 times)
marbaz
Newbie
Posts: 21
CSS philoxenia Question
«
on:
August 23, 2012, 21:41:27 »
Hi all,
Using philoxenia template..
I need to show on 1 page the template without right and left column (so 100% width) because i use a wrapper which needs the full width on that page.
I had the Idea to copy the template and rename it and change the copied template (remove left and right column in the layout.css) and than simply assign the edited template to the page.
But no effort yet, can anyone tell me how and where i can remove the left and right column in philoxenia template ? (CSS od HTML?)
Many thanks!
«
Last Edit: August 24, 2012, 10:55:40 by marbaz
»
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: CSS philoxenia Question
«
Reply #1 on:
August 24, 2012, 11:15:49 »
You can do that by editing the xenia.class.php file under templates/philoxenia/includes/ directory. In case that you are interested, provide me access (FTP + administrator) to your website via Private Message.
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
marbaz
Newbie
Posts: 21
Re: CSS philoxenia Question
«
Reply #2 on:
August 24, 2012, 13:35:29 »
Send you a PM..
Thanks
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: CSS philoxenia Question
«
Reply #3 on:
August 24, 2012, 13:45:05 »
... solved.
I attach you the piece of code that added.
if ($option == 'com_wrapper') {
$this->css[] = '#xenia_mainwrapper { width: 970px; }';
$this->css[] = '#sitecontent { width: 970px; }';
$this->css[] = '#leftcolumn { display: none; width: 0; }';
$this->css[] = '#rightcolumn { display: none; width: 0; }';
}
There is no need to copy philoxenia template.
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
marbaz
Newbie
Posts: 21
Re: CSS philoxenia Question
«
Reply #4 on:
August 24, 2012, 14:35:01 »
Great!
Many thanks!
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: CSS philoxenia Question
«
Reply #5 on:
August 24, 2012, 14:43:26 »
You are welcome, marbaz.
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
CSS philoxenia Question