badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: slider image width

#28860

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!