Website not responsive on mobile any more

Discussion in 'Blackriders WordPress Theme' started by srmoody, Feb 4, 2016.

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

    srmoody Member

    Joined:
    Jul 14, 2014
    Messages:
    31
    Likes Received:
    0
    Hi
    My website( http://www.originallaserstudio.co.uk) is not displaying correctly on mobile any more. Loos fine on Mac and PC but on mobile devices elements are not aligning or positioning correctly. Any suggestions at to what may be wrong?
     
  2. priya

    priya Guest

    Hello Srmoody,

    Greetings from InkThemes!

    I have checked your site and didn't get any issue with the responsiveness as you have stated above..

    Would you please share some edited screenshot of the concerned area..

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Yes.. for the logo section that looks something out of proportion, so for this please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .logo img {
        width: 100%;
        margin-left: 30px;
    }
    }
    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. srmoody

    srmoody Member

    Joined:
    Jul 14, 2014
    Messages:
    31
    Likes Received:
    0
    This worked when I upgraded the theme too - thank you for your help all looks good
     
  4. srmoody

    srmoody Member

    Joined:
    Jul 14, 2014
    Messages:
    31
    Likes Received:
    0
    This worked when I upgraded the theme too - thank you for your help all looks good
     
Thread Status:
Not open for further replies.

Share This Page