skt construction pro slider height

Home Forums SKT Full Width Forum skt construction pro slider height

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #94865
    Africa Affine ConstructionAfrica Affine Construction
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: January 31, 2018

    Hi,
    i feel my slider image height is too large, how to resize it?
    also in the “set feature image”, i want that image size to be fit to the page, now it’s too large both width and height.
    thanks for your help

    #94890
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Chris

    #94986
    Africa Affine ConstructionAfrica Affine Construction
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: January 31, 2018

    my site: africaaffinepartners.com if you look at the slider images, they get wider down and then i can’t see my homepage content until i scroll down. i want resize that one and make it smaller so that the visitors can see slider image and the homepage content as well. also if you click on “About” you will see the featured image i inserted there is hugely too large, how to resize it?. thanks

    #95042
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .nivoSlider { height:400px !important;}
    .innerbanner { height: 300px; overflow: hidden;}
    
    @media screen and (max-width:1023px) {
    .nivoSlider { height:auto !important;}
    .innerbanner { height: auto; overflow: hidden;}
    }

    Regards,
    Chris

    #95050
    Africa Affine ConstructionAfrica Affine Construction
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: January 31, 2018

    Hi,
    The innerbanner width is still too large, here is my URL: africaaffinepartners.com. click on “Services” tab, then “Construction” and then click on Urban Roads & Services, you will see what i mean.
    thanks

    #95058
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .innerbanner { width: 1160px; margin: 0 auto;}

    Regards,
    Chris

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.