Elxis CMS Forum

Extensions => Templates => Topic started by: abhijit.m on June 12, 2008, 21:43:30

Title: Template
Post by: abhijit.m on June 12, 2008, 21:43:30
I use Elxis template name nutra in a site. My problem is that I want to delete the right column, but I faild. I shift all the modules of right column to the left column but unable to delete the right column. So, pls help me to do this job.
Title: Re: Template
Post by: Ivan Trebješanin on June 12, 2008, 21:54:42
Link? We can't help you if we don't see the template.
Title: Re: Template
Post by: rentasite on June 12, 2008, 22:43:01


LOL!!! Why did you create a poll for your question !?!?!?!?!?!?!?!
Title: Re: Template
Post by: Ivan Trebješanin on June 12, 2008, 22:51:16
I removed the poll, it was really wiered ???
Title: Re: Template
Post by: abhijit.m on June 16, 2008, 13:11:38
The link is shown below
http://www.nutritionlink.org/new/
Pls help me ASAP.
Title: Re: Template
Post by: babis1 on June 16, 2008, 14:22:51
you have this in index.php

<div id="outerright">

         <!-- start right top header.  -->
                  <!-- end right top header.-->

         <!-- start right column. -->
         <div id="rightcol">
                                    </div>
      <!-- end right column. -->
      </div>

.............................................
try to delete first the outerright div and try after with the right column or delete both........first make a copy of your index.php.........................

you have this in css.
#outerright (line 279)

{

position: absolute;

top: 0px;

left: 741px;

display: inline;

width: 199px;.................try in 0px

float: left;

clear: right;

padding-top: 0px;

padding-right: 0px;

padding-bottom: 0px;

padding-left: 0px;

}
..............or delete the class...first make a copy from your css file
Title: Re: Template
Post by: Ivan Trebješanin on June 16, 2008, 14:33:35
Hi abhijit.m,

I must say I'm a little confused... why do you use Elxis 2006? In addition, your template is not designed to work without the right column. It cannot be removed with ease. For professional service, you can post here https://forum.elxis.org/index.php?board=48.0
Title: Re: Template
Post by: babis1 on June 16, 2008, 14:58:11
why dont you use the orange flavor......
elxis-templates/front-end/orange-flavour.html
it is exactly what you want and is elxis!!!!!!
Title: Re: Template
Post by: CREATIVE Options on June 17, 2008, 00:22:35
In your template CSS:

#content_main (line 264)
....
width: 500px; <- Change it to 700px
....
Title: Re: Template
Post by: abhijit.m on June 19, 2008, 09:57:44
Dear Friends,
Thanks for the suggestions, I did everything you mentioned , but failed to delete the right column. I am frustrated now. I am waiting for your reply. Thanks again to everybody.
Title: Re: Template
Post by: rentasite on June 19, 2008, 10:00:38


Use tha "Orange Flavor" template as babis1 said above. It has no right column.