Additional Responsive Template Info

Discussion in 'Regal WordPress Theme' started by bwdaugherty, Jun 27, 2013.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I have added a couple images that do not properly adjust to the responsive mobile version of your template and would like to know if there is a way to make these specific images responsive.

    Website URL: WH-Radio.com
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content img {
    width: 100%;
    }
    
    This will solve your issue.
     

Share This Page