Making The Home Page Logo Responsive...

Discussion in 'Photomaker WordPress Theme' started by adefeo777, Feb 17, 2015.

  1. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    Hi!

    Is there a way to make the logo reduce in size when viewed on smaller devices?

    I always appreciate your help!

    Thanks!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .logo.home img {
    width: 100% !important;
    }
    Thanks,
    Praveen
     

Share This Page