• Hello,
    As I have said in all my posts I am terrible with CCS. It is currently 7 am and I have been up all night trying to figure out why my page menu isn’t showing on my mobile webpage as it used to have a tab that dropped down. Now, however, it has completely disappeared.

    Any help would be great

    Thank You

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • @media only screen and (max-width: 40.063em)
    .main-navigation-container {
    float: none !important;
    }

    paste this and you will start seeing you menu

    basically what you did is that you are making your menu float:left and that is why it is not showing if you have further query feel free to post it

    Thread Starter thecarsupplier

    (@thecarsupplier)

    I tried copy and pasting this in and it said it was invalid? is it in the correct formatting?

    Thread Starter thecarsupplier

    (@thecarsupplier)

    It got rid of my logo?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Viewing My Website on Mobile error’ is closed to new replies.