Jump to content

Featured Replies

Posted
comment_61086

Перерыл много тем, нигде не подходят строски для расширения шаблона во весь экран... Помогите пожалуйста!

 

Cubic.zip

comment_61097

 

/* LAYOUT */
 
.main_width {
/* width: 1500px; */  960 на 1500 заменил
margin: 0 auto;
}

 

 

Параметр за комментирован, уберите /**/

  • Author
comment_61098
/* LAYOUT */
 
.main_width {
width: 3000px;
margin: 0 auto;
}
 
/* AdStyler CSS*/
#styleBar {
position: fixed !Important;}
#sbOpen img{
width:20px;
height:20px;
opacity:0.6;
}
#sbOpen:hover img{opacity:0.8;}
 
 
 
неполучилось
comment_61100

 

/* LAYOUT */
 
.main_width {
width: 3000px;
margin: 0 auto;
}
 
/* AdStyler CSS*/
#styleBar {
position: fixed !Important;}
#sbOpen img{
width:20px;
height:20px;
opacity:0.6;
}
#sbOpen:hover img{opacity:0.8;}
 
 
 
неполучилось

 

 

3к не много ли?)

 

Тогда заходишь: Внешний вид  >  Управление стилями и шаблонами  >  Выбираешь шаблон

Открываешь - includeCSS.

Ищешь что то подобное и удаляешь

#content, .main_width { width: {$this->settings['luminousSkinWidth']}; !important; }
  •  
  • Author
comment_61101
<![endif]-->
<if test="$this->settings['resize_img_force']">
<!-- Forces resized images to an admin-defined size -->
<style type='text/css'>
img.bbc_img {
max-width: {$this->settings['resize_img_force']}px !important;
max-height: {$this->settings['resize_img_force']}px !important;
}
</style>
<else />
<style type='text/css'>
img.bbc_img { max-width: 100% !important; }
</style>
 
 
 
удалил неработает
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.