Hi,
I would like to reduce the width of the overlay box on my slider
>> http://screencast.com/t/bO5tvIWR
Thanks for your assistance.
(6 posts)
(4 voices)
Hi,
I would like to reduce the width of the overlay box on my slider
>> http://screencast.com/t/bO5tvIWR
Thanks for your assistance.
Hi,
Go to the theme options panel and paste this code in the "Custom CSS" field:
#slider_module_inner .overlay_slide .slide_content {
width: 400px;
}
Increase or decrease that value, depending on your needs.
HI Ruderic,
Thanks for your help on this.
Hello,
I tried the code above (using a value of 100 just to test), and this is what it did. The overlay itself didn't seem to move. Any suggestions?
Thanks!
Try this,
.slide_overlay { width: 300px !important; }
Thanks Elliott. These 2 lines were used to get what I needed:
#slider_module_inner .overlay_slide .slide_content {width: 200px !important;}
.slide_overlay { width: 270px !important; }
You must log in to post.