smaller screen issues

Discussion in 'Compass WordPress Theme' started by smarta, Sep 22, 2015.

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

    priya Guest

    Hello Tim,

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  2. tmcheesebrow

    tmcheesebrow New Member

    Joined:
    Dec 29, 2015
    Messages:
    7
    Likes Received:
    0
  3. priya

    priya Guest

    Hello Tim,

    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: 1300px) and (min-width: 960px){
    .logo img {
        width: 100%;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .logo img {
        width: 100%;
    }
    }
    Hope it will resolve your issue

    I would also like to suggest you to upgrade your theme as I have visited your site and you are using version 1.0.8 in your dashboard whereas version 1.1.0 is available in the members area..

    So you are kindly suggested to reinstall latest version of the theme from the members area..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  4. tmcheesebrow

    tmcheesebrow New Member

    Joined:
    Dec 29, 2015
    Messages:
    7
    Likes Received:
    0
    I pasted the code as you suggested and downloaded the newest version. With just a little tweaking it worked just like I hoped it would.

    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page