Slider image not resizing for iphone

Discussion in 'Poloray WordPress Theme' started by wilsonsk, Jan 4, 2013.

Thread Status:
Not open for further replies.
  1. wilsonsk

    wilsonsk New Member

    Joined:
    Dec 19, 2012
    Messages:
    14
    Likes Received:
    1
    The slider images are not resizing in my poloray theme when viewed on an iPhone. They also do not resize when adjusting the browser window, they just get squashed and distorted. Is there a way I can fix this?

    The website is firebrandsocial.com
     
  2. wilsonsk

    wilsonsk New Member

    Joined:
    Dec 19, 2012
    Messages:
    14
    Likes Received:
    1
    I have two other questions as well on this theme. Do you want them all here or start a thread for each?
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px)
    {
    .flexslider .slides img {
        width:249px;
        height:150px;
    }
    .flexslider .slides{
    width:249px;
        height:150px;
    }
    }

    Create new thread for other queries. It will make easy for us to reply on time.
     
    wilsonsk likes this.
  4. wilsonsk

    wilsonsk New Member

    Joined:
    Dec 19, 2012
    Messages:
    14
    Likes Received:
    1
    Perfect fit now. Thanks guys! I have to say that you have the easiest to use Wordpress themes I have come across. Great work.
     
    Nitesh likes this.
Thread Status:
Not open for further replies.

Share This Page