Slider Quirkiness

I’ve been working with Catch Box, this theme I found on the wordpress theme directory, and so far I’ve been really impressed, it’s not too difficult to modify to suit my needs, but I just wanted to post about some quirkiness in relation to the slider: It actually changes height depending on the length of the excerpt. This happens to push content down, or pull it up, depending on which slide is being shown. Sort of annoying, eh? How did I fix it? Added the following to the CSS:

#slider {max-height:280px!important;width:auto;}
#slider a {display:block!important;}

Comments are closed.