Hi,
I need to change the width of template from 960px to 1100px or if is possibile to change it to a percent of 100%
I don't know where to change the inline style of div#component from 680px to another value.
Thanks
div#wrapper_main
div#wrapper_menu1 {
div#wrapper_topheader
#wrapper_main,
#wrapper_menu1,
#wrapper_topheader {
width: 1100px!important}
<div id="component" <?php if($this->countModules('inset')) : ?>class="inset"<?php endif; ?> style="width: <?php echo ($this->countModules('right')) ? $mainbody_width - $column_width : $mainbody_width; ?>px;">
<div id="component" style="width: 980px;">
<div id="component" <?php if($this->countModules('inset')) : ?>class="inset"<?php endif; ?> style="width:1100px;">
/*--------------------------------------------------------------
#
# Calculating dimensions
#
--------------------------------------------------------------*/
$column_width = $this->params->get("column_width", 300);
$banner2_width = $this->params->get("banner2_width", 728);
$banner3_width = 0;
$header1_width = $this->params->get("header1_width", 620);
$header2_width = 0;
$mainbody_width = 980;
$header_margin = 10;
$inset_width = 249;
$right_class = '';
//
if($this->countModules('banner2 and banner3'))
{
$banner3_width = 980 - $banner2_width;
}
else
{
$banner2_width = 980;
$banner3_width = 980;
}
//
if($this->countModules('header1 and header2'))
{
$header2_width = 960 - ($header1_width + $header_margin);
}
else
{
$header1_width = 980;
$header2_width = 980;
}
/*--------------------------------------------------------------
#
# Calculating dimensions
#
--------------------------------------------------------------*/
$column_width = $this->params->get("column_width", 300);
$banner2_width = $this->params->get("banner2_width", 728);
$banner3_width = 0;
$header1_width = $this->params->get("header1_width", 620);
$header2_width = 0;
$mainbody_width = 1100;
$header_margin = 10;
$inset_width = 249;
$right_class = '';
//
if($this->countModules('banner2 and banner3'))
{
$banner3_width = 1100 - $banner2_width;
}
else
{
$banner2_width = 1100;
$banner3_width = 1100;
}
//
if($this->countModules('header1 and header2'))
{
$header2_width = 1080 - ($header1_width + $header_margin);
}
else
{
$header1_width = 1100;
$header2_width = 1100;
}
Nevermind. lol
Nevermind? Why when Seichinka spent his time on this. At least would be nice to say thank you..:/
jtran wrote:Hi attached is what I mean. I need the thumbnails to stretch across the page to 980 as well.