Disclaimer: I'm a total Noob to WP and responsive stuff. I'm not even super proficient in HTML/CSS. I'm a hack who has learned how to build pages through experimentation and observing code :)
Hi!
I'm building a responsive website using the Response template from CyberChimps, I have a page that I'm putting a slideshow on, and it looks beautiful except I cannot get the slideshow to be centered.
I'm currently using this css styling on the "custom css" panel in the template -
.meteor-slides
{
height: 100% !important;
line-height: 0;
margin: 0 auto;
max-width: 100%;
overflow: visible !important;
padding: 0;
position: relative;
z-index: 1;
}
The slideshow is on this page http://wileyillustration.com/?page_id=86
thank you in advance for any help.