- Posts: 14
- Thank you received: 0
Homeslider changing width
- Filip Zabijak
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 7 months ago #5774
by Filip Zabijak
Homeslider changing width was created by Filip Zabijak
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
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
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 7 months ago #5779 by Trung Duong
Replied by Trung Duong on topic Re: Homeslider changing width
Hello,
You should remove hook to-box(in file header.tpl) first:
and edit css width for slider at global.css file:
and final, you should edit width in slider config. That's it
Regards
You should remove hook to-box(in file header.tpl) first:
Code:
<div id="ot-topbox">
{$HOOK_TOPBOX}
</div>
and edit css width for slider at global.css file:
Code:
#ot-banner-slideshow {
width: 478px;
float: left;
display: inline;
}
and final, you should edit width in slider config. That's it
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- Filip Zabijak
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 14
- Thank you received: 0
11 years 7 months ago #5788
by Filip Zabijak
Replied by Filip Zabijak on topic Re: Homeslider changing width
Thanks, ir worked

Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds