I have adjusted the settings as instructed in other threads to change the slider image size for both height and width (910x350) and adjusted the shadow size/centered the shadow. That's all fine. But, since I changed the width of the images as well as the height, the images appear too offset from the shadow -- how can I shift or center the slider images over the shadow? I've tried a couple things but not sure of the proper code to modify. Thanks!
http://tinyurl.com/3r34kr7
How to center slider images after size change and shadow adjustment
7 posts from 2 voices-
Posted 1 year ago #
-
Also, how to change the size of the slider overlay height/width -- I have made some modification as you can see in the link above, but I would like the overlay to be a short band across the entire bottom width which contains a single line of text, either the title or the description but not both. I was able to do this in CleanCut but not having luck figuring it out for Avisio. Thanks
Posted 1 year ago # -
Hey,
1) Add followong code to style.css and adjust the margin-top/left value to center the slider:
.slideshow { margin-top: 5px; margin-left: 20px; }2) It seems like you solved the caption error :)
Posted 1 year ago # -
Perfect, thank you!
Regarding the overlay, yes I managed to alter the size although I'm not sure my code mod is the proper way. I'd like to change the font size+ weight but it doesn't seem to be in the same area of code where I changed the overlay size. Could you guide me to where I would alter the overlay font? My example is a title without a description. What if I used just a line of description -- if so, would that be easier to modify the font format instead? Just looking for whatever is easiest/best.practice. (Ex. change font size slightly larger or smaller depending on quantity of text and also make it Bold)Thanks
Posted 1 year ago # -
Add following code to the bottom of style.css and adjust the font size/weight values:
#top .sliderheading { font-size: 22px; font-weight: bold; }Posted 1 year ago # -
Excellent, you're awesome Thanks!
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














