Top Banner Ad Not Responsive?

Discussion in 'GeoCraft WordPress Theme' started by zoro909, Oct 16, 2015.

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

    zoro909 Member

    Joined:
    Oct 12, 2015
    Messages:
    55
    Likes Received:
    6
    Location:
    Australia
  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: 767px) and (min-width: 480px){
    img.size-full.wp-image-3145.aligncenter {
        width: 100% !important;
    }
    }
    @media only screen and (max-width: 481px){
    img.size-full.wp-image-3145.aligncenter {
        width: 100% !important;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    joshuasloan likes this.
  3. zoro909

    zoro909 Member

    Joined:
    Oct 12, 2015
    Messages:
    55
    Likes Received:
    6
    Location:
    Australia
    Thank you so much for your great support help ... it works, all is good. :)
     
Thread Status:
Not open for further replies.

Share This Page