Hi
I would like to move a easy slider caption on a particular slide (there are 2 slides on the page) to the right a bit. I am using this code
.page-id-2658 .slideshow_align_caption {
right: 300px;
Of course it does not work!!
Any ideas?
Regards
Richard
Hi Richard!
Please try following code
.page-id-2658 .slideshow_inner_caption { left: 35%; }
Best regards,
Yigit
perfect..thanks