If i made the size smaller for the slideshow in the Avisio template, how do i center the image area again? It becomes aligned to the left. Do I have to change the CSS and functions.php? Any assistance would be great, thanks.
Centering the slideshow for Avisio if the size is changed
6 posts from 2 voices-
Posted 2 years ago #
-
Can you post a link please? It's easier for me to help you if I can see the website first hand :)
Posted 2 years ago # -
Hi Dude
Yeah it's a mess right now because I'm testing out the features. I modified the php code to resize the images, but I'm not sure how to center them back in. I changed both the CSS and functions.php
http://riordanalumni.com/new_site_2011/
any suggestions would be helpful and appreciated =)
Posted 2 years ago # -
Hey,
just replace following code in style.css:
.slideshow{ height:300px; /* original size =440 this changes the height of the main image slider*/ width:700px; /* original size =940 */ overflow: hidden; position: relative; }with:
.slideshow{ height:300px; /* original size =440 this changes the height of the main image slider*/ width:700px; /* original size =940 */ overflow: hidden; position: relative; margin: 0 auto; }Posted 2 years ago # -
You are awesome, thank you for answering this simple question for me. I am not too familiar with css syntax. I really appreciate it. Thumbs up!
Posted 2 years ago # -
Glad that I could help you.
Posted 2 years ago #
Reply
You must log in to post.














