Hey Folks – I’d like to align the subheading on the caption for slide 3 on this test site
http://sdtest.info/ntq/ (just navigate to slide 3)
see screenshot here
http://awesomescreenshot.com/0f14eq8353
how do I do this for just this particular slide and no other?
thanks
Hey ShortieD!
use this code:
.page-id-10 .avia-caption-content {
padding-left: 141px;
}
Best regards,
Andy
Hi!
sorry, I thought first you mean only on this SITE. Use this code instead for taking effect only on your 3rd SLIDE:
li.slide-3.active-slide .avia-caption-content.av_inherit_color {
padding-left: 141px;
}
Best regards,
Andy
great thanks Andy – that worked!