- Posts: 44
- Thank you received: 0
Shadow position
-
max_pav
Inactive member - Topic Author
- Member
Less
More
10 years 5 months ago #40390
by max_pav
Shadow position was created by max_pav
Hello, I'm sorry but in the shadow module HOT Effects Rotator is positioned lower, detached from the photo.
I am attaching the link: www.colortype.ro/CT/
how can I do?
Thank you for your help
I am attaching the link: www.colortype.ro/CT/
how can I do?
Thank you for your help
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40394
by ivan.milic
Replied by ivan.milic on topic Shadow position
In layout.css, change:
upper {
margin: 33px auto 0 auto;
background: url(../images/rotator_shadow.png) bottom no-repeat;
padding-bottom: 100px;
}
to:
upper {
margin: 33px auto 0 auto;
background: url(../images/rotator_shadow.png) 0 350px no-repeat;
padding-bottom: 100px;
}
upper {
margin: 33px auto 0 auto;
background: url(../images/rotator_shadow.png) bottom no-repeat;
padding-bottom: 100px;
}
to:
upper {
margin: 33px auto 0 auto;
background: url(../images/rotator_shadow.png) 0 350px no-repeat;
padding-bottom: 100px;
}
The following user(s) said Thank You: max_pav
Please Log in to join the conversation.
Time to create page: 0.295 seconds