Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #440895

    Hi Guys

    I got this working finally but have seen many glitches recently in my site. I keep getting logged out of wordpress as well. Any idea what might be causing that?

    old news:
    I am trying to put up a “coming soon” page (see below), but am seeing tons of errors and glitches for some reason.

    I have this css code:

    @media only screen and (min-width: 768px) {
    .page-id-1988 #mobile { display: none; }
    .page-id-1988 #pc { display: block; }
    }

    @media only screen and (max-width: 767px) {
    .page-id-1988 #pc { display: none; }
    .page-id-1988 #mobile { display: block; }
    }

    to swap the top 2 color sections, but I am seeing errors, even though I keep clearing my cache – . things are also getting scrambled up, like this: http://imgur.com/haNL5MZ. This has happened since the last update – and I have never seen these types of errors before :( Any ideas?

    thanks
    Nancy

    • This topic was modified 9 years, 6 months ago by Munford.
    #441635

    Hey Munford!

    I viewed your screenshot but I’m not sure I understand what the problem is. Go ahead and highlight in your screenshot what your trying to do so we can get a better idea.

    Regards,
    Elliott

    #442116

    I got it working – not sure what was going on.
    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘HELP! glitches in mobile styling, contact form styling’ is closed to new replies.