how to make images responsive

Discussion in 'BizWay WordPress Theme' started by dsilvernail, Nov 7, 2013.

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

    dsilvernail Guest

    Joined:
    Jan 12, 2013
    Messages:
    10
    Likes Received:
    0
    I added 2 image banners to the top of my home page. when viewing from a pc or normal screen device the homepage looks great but when viewing from a portable device those 2 images go beyond the screen size. how do I fix this issue?
    Here is the normal screen without the images the images should be this size
    photo (1).PNG
    and here it is with the images.
    photo.PNG

    Please advise how to fix the responsive nature of added images
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. dsilvernail

    dsilvernail Guest

    Joined:
    Jan 12, 2013
    Messages:
    10
    Likes Received:
    0
  4. 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:
    .slider-wrapper h1 a img {
    width: 100%;
    height: auto;
    }
    This will solve your issue.
     
  5. dsilvernail

    dsilvernail Guest

    Joined:
    Jan 12, 2013
    Messages:
    10
    Likes Received:
    0
    Thank you this worked brilliantly!
     
Thread Status:
Not open for further replies.

Share This Page