Elxis CMS Forum

Extensions => Templates => Topic started by: sawaedy on December 12, 2011, 19:22:06

Title: extend wide of template
Post by: sawaedy on December 12, 2011, 19:22:06
what i can extend the body of template ? can help me , i should edit what file?
Title: Re: extend wide of template
Post by: rentasite on December 12, 2011, 21:42:25

Layout.css

For what template are you talking about?
Title: Re: extend wide of template
Post by: sawaedy on December 12, 2011, 22:55:50
Philoxenia
Title: Re: extend wide of template
Post by: rentasite on December 12, 2011, 22:59:19
layout.css on line 22

.xenia_globalwrapper

margin-top: 0pt;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
width: 970px;
Title: Re: extend wide of template
Post by: sawaedy on December 14, 2011, 19:42:29
thanks, but not work Correct , i want to view the web site full screen o full page, can help me?
Title: Re: extend wide of template
Post by: rentasite on December 14, 2011, 21:42:36

Be more specific! What did you do, and it doesn't work?

You can set... width: 100% instead of pixels.
Title: Re: extend wide of template
Post by: sawaedy on December 15, 2011, 17:37:27
im do, but size item content not change,
Title: Re: extend wide of template
Post by: ignis on December 15, 2011, 18:32:19
Code: [Select]
.xenia_globalwrapper {
    margin: 0 auto 20px;
    padding: 0;
    width: 970px;  Change to 100%
}

.xenia_searchbox {
    height: 50px;
    left: 770px; ( Change to % )
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}

#xenia_mainwrapper {
    float: left;
    margin: 0;
    padding: 0;
    width: 790px; Change to 80%
}

#sitecontent {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 610px; Change to 80%
}

#leftcolumn {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 180px; Change to 20%
}
#leftcolumn {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 180px;  Change to 20%
}

.xenia_bottominner {
    clear: both;
    margin: 0 auto;
    min-height: 80px;
    padding: 10px 0;
    position: relative;
    width: 970px; Change to 100%
}



Something like that will probably  help you , but be carefull with images  e.g navbar_notgreen.jpg you will find difficulties with % .
Title: Re: extend wide of template
Post by: sawaedy on December 15, 2011, 21:53:32
not changed, only the content not change
Title: Re: extend wide of template
Post by: webgift on December 15, 2011, 23:07:09
We are here to help you, sawaedy.! However we aren't magicians... We don't even know what you have done to this template till now.
Title: Re: extend wide of template
Post by: ignis on December 16, 2011, 00:09:46
we could help  more (probably)  if  you gave us a "live" preview of your site