Center images in Responsive mode

Discussion in 'Infoway WordPress Theme' started by molatin, Apr 3, 2013.

  1. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    Hi, in one of our pages http://ahcc.wpx.me/apple-tree-cottage/ we added the content into responsive DIVs so that it would look good on mobile however the images doesn't go into the center. Can you give us any suggestion on how to do the responsive DIVs properly so that when its on mobile the images are centered? thank you
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth img {
    width: 80%;
    }
    Adjust its value as per your requirements.
     

Share This Page