Hi,
To solve the above issue follow the given below instructions:
1) Go to Dashboard Admin Panel >> Appearance Menu >> Theme Options >> General Option >> Custom CSS.
Now write the given below CSS rules into custom CSS box:
.logo img {
margin-left: 8%;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
display: block;
height: auto !important;
max-width: 100% !important;
}
Save the changes.
2) We will fix it in our next update.
3) To solve this issue follow this thread.
Let me know for further assistance.
Thanks