Reply To: Slider support for Pages?

#20773
DDJack59
Participant

This seems to have fixed it.

#slider .post .entry-title {
	font-size:27px;
}
#slider .page .entry-title {
	width:400px;
	margin-left:0px;
	font-size:27px;
}

I had duplicated each of the elements that said ‘post’ and replaced with ‘page’ in the CSS file, but when I added the width and margin settings to .entry-title then the title and excerpt for pages within slide are now rendered correctly to fit the slider.