- onseekertech April 11, 2013 at 4:53 pm
Hi, Juan
I moved down slider about 10px. but now slider height is changing when it’s rotating.
Following is code that I changed. Would you please help me with this issue?
Thank you so much in advance.
====
/*———————————————————————————–*/
/* 8. Slider
/*———————————————————————————–*/
.slider{ max-width: 960px; }
.flexslider {margin: 0; padding: 0; }
.flexslider a{ border: none; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%%; display: block; }
.flex-pauseplay span { text-transform: capitalize; }/* Clearfix for the .slides element */
.slides:after {content: “.”; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 auto 30px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides {zoom: 1; margin: 0; margin-top:10px; }.carousel li { margin-right: 5px; }
.flexslider .slides li h2{ color: #fff; }
/* Direction Nav */
.flex-direction-nav{ position: absolute; bottom: 4.7%; left: 80%; }
.flex-direction-nav a {width: 40px; height: 40px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 11px 7px; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease; background-color: rgba(0, 0, 0, 0.5); }
.flex-direction-nav a:hover{ background-color: rgba(0, 0, 0, 0.7); }
.flex-direction-nav .flex-next { background-position: -36px 7px; left: 75px; }
.flex-direction-nav .flex-prev { left: 30px; }
.flex-direction-nav .disabled { opacity: .3 !important; filter:alpha(opacity=30); cursor: default; }Juanfra Aldasoro April 11, 2013 at 5:16 pmHey there,
Thanks for writing. Would you send me your site URL to support@nicethemes.com
Also, what have you changed from the code above?
Best,
Juan.
You must be logged in to reply to this topic.