Read the statement by Michael Teeuw here.
Is it possible to have CSS for normal screens and a custom CSS for 7in screen?
-
Thats good. Did not mess that up…
I did a copy and paste of your code into my config file.
On the laptop I want the newsfeed. It just says “Loading …” (BEFORE changing width to 801)
On my phone, I do not want the newsfeed and it is NOT there. So that works great.THANK YOU!!!
Changed width to 801 seems to be working now!
The short code works not too (without all the comments)Thank you again! Be safe!
-
@Radnor said in Is it possible to have CSS for normal screens and a custom CSS for 7in screen?:
” (BEFORE changing width to 801)
right, the node_helper was not loaded, so the UI will just sit and wait for data that will never come
if you opened the dev window, console tabe, you would see an error from the module trying to send a message to the node_helper, which is not loaded…oops…