• Resolved Alison

    (@anonymical7)


    Hi All, we have an issue with our width when the page is in mobile view. The page is not scaling appropriately. Any help would be much appreciated. I think it’s some css issue but we cannot seem to find what to change?

    Thanks, A xo

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add this to custom CSS

    @media(max-width:480px)
    {
    #content {
        width: 100% !important;
    }
    }
    Thread Starter Alison

    (@anonymical7)

    Hi Luckychingi!

    I tried that but I still have the home page sitting off to the right while in mobile?
    Thanks for helping! ??

    Thread Starter Alison

    (@anonymical7)

    What if I hide page featured images in mobile views?

    @anonymical7 the following code shows on your site:

    media(max-width:480px)
    {
    #content {
        width: 100% !important;
    }
    }
    

    Replace it with

    @media(max-width:480px)
    {
    #content {
        width: 100% !important;
    }
    }
    Thread Starter Alison

    (@anonymical7)

    Thank you luckychingi! It worked, I did not copy the @ symbol!

    Thanks! A

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Twentyfourteen mobile issue (page width)’ is closed to new replies.