Site responsiveness not working

Discussion in 'Blackriders WordPress Theme' started by st4rryeyed, Jun 24, 2015.

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

    st4rryeyed New Member

    Joined:
    Jun 16, 2015
    Messages:
    2
    Likes Received:
    0
    My site's logo and pages are not responsive when I look it up on various devices including the iPhone. my address is rightnowdumpsters.com. How can this be fixed?
     
  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:
    @media only screen and (max-width: 480px){
    .logo a img {
      width: 100% !important;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .logo a img {
      width: 100% !important;
    }
    }
    @media only screen and (max-width: 960px) and (min-width: 767px){
    .logo a img {
      width: 100% !important;
    }
    }
    Thanks,
    Praveen
     
  3. whowhozamobi

    whowhozamobi Guest

    Joined:
    Jan 2, 2015
    Messages:
    18
    Likes Received:
    0
    Thanks i needed this worked for me great stuff
     
Thread Status:
Not open for further replies.

Share This Page