September 30, 2015 at 5:32 am
#28860
Theme Horse Support Team
Keymaster
Hi Jcalliste,
You have uploaded a square images in the featured slider.
You have to add the image with recommended size.
Anyways you can use the CSS code to align it into the left. Go to Appearance -> Customize/Theme Options -> Design Options -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-slider figure {
text-align: left;
}
Thank you!