- Posts: 29
- Thank you received: 0
Hot effects Rotator position
-
alandoyle47@gmail.com
Inactive member - Topic Author
- Member
Less
More
14 years 6 months ago - 14 years 6 months ago #1790
by alandoyle47@gmail.com
Hot effects Rotator position was created by alandoyle47@gmail.com
Hi,
I am using the Hot Effects rotator as part of the Hot Photo Portfolio Template, I have changed the images size to 600 x 400 but now the photo windo is to the left and I would like it centre - how can I do this ?
I am using the Hot Effects rotator as part of the Hot Photo Portfolio Template, I have changed the images size to 600 x 400 but now the photo windo is to the left and I would like it centre - how can I do this ?
Last edit: 14 years 6 months ago by alandoyle47@gmail.com.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 6 months ago #1791
by milos
Replied by milos on topic Re: Hot effects Rotator position
Please edit file layout.css, and change .modulerow1 around line 111 to:
I believe this will make it centered.
Code:
.modulerow1 {
margin:0 auto;
width:99.9%;
}
Please Log in to join the conversation.
-
alandoyle47@gmail.com
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
14 years 6 months ago #1792
by alandoyle47@gmail.com
Replied by alandoyle47@gmail.com on topic Re: Hot effects Rotator position
Hi,
Made no difference - have a look at
www.bluewaveweb.co.uk/kwp/
Can you let me know what I have done wrong
Thanks
Made no difference - have a look at
www.bluewaveweb.co.uk/kwp/
Can you let me know what I have done wrong
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 6 months ago - 14 years 6 months ago #1793
by milos
Replied by milos on topic Re: Hot effects Rotator position
Sorry, perhaps it's my bad. Please change .modulerow1 back to
and add in the style.css file:
Code:
.modulerow1 {
float:left;
width:99.9%;
}
Code:
.modulerow1 #slider {
margin:0 auto;
}
Last edit: 14 years 6 months ago by milos.
Please Log in to join the conversation.
-
alandoyle47@gmail.com
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
14 years 6 months ago #1794
by alandoyle47@gmail.com
Replied by alandoyle47@gmail.com on topic Re: Hot effects Rotator position
Many Thanks - that worked.
I made the second change in the file template_css.css rather than style.css
I made the second change in the file template_css.css rather than style.css
Please Log in to join the conversation.
Time to create page: 0.168 seconds