Scott_Morrell
-
Posts
4 -
Joined
-
Last visited
Reputation Activity
-
Scott_Morrell got a reaction from tuanphan in External widget doesn't fit mobile site
Fantastic, it worked!!!! thanks a million!
-
Scott_Morrell reacted to tuanphan in External widget doesn't fit mobile site
You can use this code to Website > Website Tools > Custom CSS
@media screen and (max-width:767px) { div#innroad-widget>div { width: 100% !important; } }