Q1.
I wanted to downsize the slide show (slider) size.
So, I changed it from 1140, 395, to 800, 600,
in functions.php.
add_image_size( ‘slider-thumb’, 1140, 395, 1 );
↓
add_image_size( ‘slider-thumb’, 800, 600, 1 );
But it didn’t change the size.
Will you tell me what else should I have done?
Q2.
How to move the title on the right side of inside of the slide show (slider) to appear lower than dead center?
Thank you so much.