Our Clients Size – Naturo Theme

Home Forums All Other Themes Our Clients Size – Naturo Theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45995
    CaseyCasey
    Member
    • Topics: 16
    • Replies: 7
    • Total: 23
    Member since: August 18, 2016

    For some reason the size of my clients photos are huge! I want them to look the size of the demos. Also, is there a way to make them like a slider in 3’s? http://caseysiebels.com/

    #46078
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

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

    Add this code there:

    .client { border: 1px solid #ededed; display: inline-block; margin: 0 20px 10px 0; vertical-align: top; width: 15%;}
    .client a {display: block;}
    .client img {width: 100%;}
    .nivoSlider { height:550px !important;}

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

    Regards,
    Shri

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