Compass Header Issue!!!?

Discussion in 'Compass WordPress Theme' started by proele, Apr 19, 2016.

  1. proele

    proele Member

    Joined:
    Feb 1, 2012
    Messages:
    68
    Likes Received:
    0
    I have placed 2 images in the header on the right hand side of the theme. I need them to be mobile responsive, and they are not. I have made the image in several sizes and yet they still appear to be unchanged. HELP Please!

    www.mymetalroof.com

    2 Images are Energy and BBC Images. Please email me in return, thank you
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    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){
    .top_right_content img {
        width: 100%;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page