TOPIC: Homeslider changing width

Homeslider changing width 9 years 6 months ago #5774

  • fkiller
  • fkiller's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Karma: 0
Hi,

I would like like to change the width of the home slider module to whole page (980px, now it is 478px). But the effect is that the picture in the home slider are stretched, but the module itself stays the same. But when I made the home slider smaller, it became smaller. As if there was some kind of a maximum stretch for the home slider (478px).

regards,
Filip
The administrator has disabled public write access.

Re: Homeslider changing width 9 years 6 months ago #5779

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You should remove hook to-box(in file header.tpl) first:
<div id="ot-topbox">
	{$HOOK_TOPBOX}
</div>

and edit css width for slider at global.css file:
#ot-banner-slideshow {
width: 478px;
float: left;
display: inline;
}

and final, you should edit width in slider config. That's it

Regards
The administrator has disabled public write access.

Re: Homeslider changing width 9 years 6 months ago #5788

  • fkiller
  • fkiller's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Karma: 0
Thanks, ir worked ;)
The administrator has disabled public write access.
Time to create page: 0.099 seconds