Logo does displaye proparly in mobile view

Discussion in 'Nutrition WordPress Theme' started by designstouch, Oct 8, 2015.

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

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support team,

    Logo is cutting off in mobile view. Please suggest the solution,
    Please see the attached image.

    Website URL: http://www.chemsupplyllc.com/

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

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith likes this.
  3. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Priya,
    Problem solved!
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page