• Resolved [email protected]

    (@kimsteinhaugcom)


    It got to my attention that the file simplegrid.css is creating problems for my website when it comes to mobile views, I was lucky to catch this before my client noticed it or even worse the users.

    Take this selector for starters :

    [class*=’col-‘] {}

    Is pretty greedy, and it overwrites classnames from pagebuilder which has names like “col-xs-12” and so on. This needs to be namespaced as simplegrid.css is not compatible out of the box with any website, in my case it made the view from 480px and below render the page 10px outside the screen looking terrible. I would think naming coloumns with col-somthing is very usual so this needs to be changed.

    Edit: Replace your simplegrid.css file with this one https://pastebin.com/zWiFLUWR and problem is solved.

Viewing 1 replies (of 1 total)
  • Plugin Author nasir179125

    (@nasir179125)

    Hello Kim,

    Thanks for telling errors and suggestions that you told previous. I will check it out and will fixed it in new version soon. also can you show me URL where it’s unresponsive in mobile view?
    thanks once again.

    Cheers
    Nasir

Viewing 1 replies (of 1 total)
  • The topic ‘Simplegrid CSS problems due to greedy selectors’ is closed to new replies.