Footer images are not scaling to meet new width.

Discussion in 'Blackriders WordPress Theme' started by destinationauto, Sep 23, 2014.

  1. destinationauto

    destinationauto New Member

    Joined:
    Sep 19, 2014
    Messages:
    23
    Likes Received:
    0
    Hi

    This happens are 950px width of the webpage.

    Please let me know how to scale them properly.

    Thanks in advance,

    Albert
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section to solve this problem.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_widget img {
    width: 100%;
    }

    Thanks & Regards
    Yogesh Bhade
     

Share This Page