Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS not working properly on server

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #264524

    I am having trouble in css when I run my css code on local server it give me the desired output, but when I upload it on server it shows only tab view.
    /=======================Mobile=First===========================/
    /———————Landscape-Mode—————————/

    @media (max-width: 800px) and (orientation: landscape) {}

    /=========================Tab=View=============================/

    @media (min-width: 801px) {}

    #264526
    Paulie_D
    Member

    Doubtful if this is a media query issue.

    Possibly a path issue but there is no way of knowing from two incomplete lines of code.

    A Demo would be required…ideally in Codepen.io.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.