- Posts: 6794
- Thank you received: 722
Re: Module alignment is off
-
milos
Support Staff -
- Moderator
-
Less
More
15 years 3 months ago #234
by milos
Replied by milos on topic Re: Module alignment is off
Maybe this div container has fixed width that's lower than 940. How to check this? In example, publish core Newsflash module there instead of image slider. Does it show in full width?
Please Log in to join the conversation.
-
jayne
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
15 years 3 months ago #236
by jayne
Replied by jayne on topic Re: Module alignment is off
The width of the container is fixed at 940. I have tried putting other modules in the same position before and there were no problems with them.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
15 years 3 months ago #237
by milos
Replied by milos on topic Re: Module alignment is off
Please give me site URL so I can check what's going on there.
Please Log in to join the conversation.
-
jayne
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
15 years 3 months ago #238
by jayne
Replied by jayne on topic Re: Module alignment is off
siteg.wine7000.com
Click the events link on top to see the module.
Click the events link on top to see the module.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
15 years 3 months ago #239
by milos
Replied by milos on topic Re: Module alignment is off
Problem is with css style with ID "header". You have a css style with the same name in your template.css. You can:
1. Change this style name in your template files index.php and template.css
2. Change this style name in module. Edit styles.css and default.php and change all occurencies of #header to something like #headerslider. Also change id="header" to id="headerslider" in default.php.
Hope this helps.
1. Change this style name in your template files index.php and template.css
2. Change this style name in module. Edit styles.css and default.php and change all occurencies of #header to something like #headerslider. Also change id="header" to id="headerslider" in default.php.
Hope this helps.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
Time to create page: 0.100 seconds