Slider images not displaying properly

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by citizencoaching, Dec 15, 2016.

  1. citizencoaching

    citizencoaching Member

    Joined:
    Dec 28, 2011
    Messages:
    62
    Likes Received:
    0
    I need my image to show in full but the sides are being cut off.

    I have used the size stated in the settings.

    Kind regards
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    We have checked your site and got the credentials on email as well, but that didn't have admin role.

    Still, I have checked the image and found that is of size: 2746x768px that is too large.

    You need to put images of size 1600px x 640px, you can check theme options panel.

    Also, use following custom CSS code in Dashboard->Appearance->Theme Options->Styling Options->Custom CSS field.
    Code:
    .sb-slider img{
     width: 100%!important;
     height: auto!important; 
     position: initial!important;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page