Homepage Two Cols section resizes my images

Discussion in 'Figero WordPress Theme' started by scampisi, Nov 4, 2013.

  1. scampisi

    scampisi New Member

    Joined:
    Dec 16, 2012
    Messages:
    21
    Likes Received:
    1
    I want to post a linked image in the Homepage Two Cols section and no matter what image I choose, it resizes it. Is there a way to disable this or allow an image larger than it's default size. Hereis a link. I have a Liv eUnited Bowl img in the right column and it is supposed to be 320 pixels wide.

    This is the site: "http://dominofcu.com/"

    thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .testimonial_holder .testimonial_jcarousel img {
    width: 100%;
    height: auto;
    }
    .testimonial_holder .testimonial_jcarousel img[alt="small_image"] {
    width: 85px;
    height: 85px;
    }
    This will solve your issue.
     

Share This Page