Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author weblizar

    (@weblizar)

    Tested on Emulator..

    Works well..

    Thread Starter Jason

    (@jwenlee)

    Nevermind. I fixed it. It was weird. I had to use overflow:auto; on the .col-md-9.col-sm-9 div to work because the div container wasn’t stretching out to the whole content (may be something to do with that it was a custom php page)

    Added this to the CSS:

    .col-md-9.col-sm-9 {
    	overflow:auto;
    }

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hyperlinks disabled when window width’ is closed to new replies.