- Posts: 4
- Thank you received: 0
my rotator is shifted to the right........ ?
-
philhelm
Inactive member - Topic Author
- New Member
Less
More
12 years 7 months ago #18386
by philhelm
my rotator is shifted to the right........ ? was created by philhelm
I dont recall making a change to cause this, but as a novice I could have messed something up... but my hot effects rotator is not centered on the page - its actually shifted to the right for some reason. Where can I fix this?
Thanks!
kingofspadesgaming.com
Thanks!
kingofspadesgaming.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18392
by ivan.milic
Replied by ivan.milic on topic Re: my rotator is shifted to the right........ ?
?? I see it ok, chrome,Ie9,Ie7(on win7)
Please Log in to join the conversation.
-
Mummy
Inactive member - New Member
Less
More
- Posts: 12
- Thank you received: 1
12 years 7 months ago #18533
by Mummy
Replied by Mummy on topic Re: my rotator is shifted to the right........ ?
I have the same Problem.
In Chrome the Margin to the upper Modules is wrong .
In FF 12 the Scroller shifted to the right and Margin is incorrect also.
Any Solutions?
In Chrome the Margin to the upper Modules is wrong .
In FF 12 the Scroller shifted to the right and Margin is incorrect also.
Any Solutions?
Attachments:
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago - 12 years 7 months ago #18540
by ivan.milic
Replied by ivan.milic on topic Re: my rotator is shifted to the right........ ?
Try adding this styles at end of template_css.css:
#VMScroller1{
height:135px!important;
}
#VMScroller1 #ScrollerHorizontal1{
position:absolute!important;
}
#VMScroller1{
height:135px!important;
}
#VMScroller1 #ScrollerHorizontal1{
position:absolute!important;
}
Last edit: 12 years 7 months ago by ivan.milic.
The following user(s) said Thank You: Mummy
Please Log in to join the conversation.
-
Mummy
Inactive member - New Member
Less
More
- Posts: 12
- Thank you received: 1
12 years 7 months ago #18553
by Mummy
Replied by Mummy on topic Re: my rotator is shifted to the right........ ?
Thanks for the fast Reply.
I added some Code for Margin-Top, now everything is fine.
#VMScroller1{
height:135px!important;
margin-top:10px!important;
}
#VMScroller1 #ScrollerHorizontal1{
position:absolute;
}
I added some Code for Margin-Top, now everything is fine.
#VMScroller1{
height:135px!important;
margin-top:10px!important;
}
#VMScroller1 #ScrollerHorizontal1{
position:absolute;
}
Please Log in to join the conversation.
Time to create page: 0.148 seconds