Below are the steps you need to follow in order to hide or show blogger specific widgets on mobile view and customize your blog for different screens before applying any condition in blogger template you would have to know Widget ID.
So here is How To Find Widget ID in Blogger?
How To Find Widget ID in Blogger?
In case your blog is not showing any of your widget on mobile view, follow the instructions that we have mentioned below:
Go to Blogger >> Template >> Layout. Now click on Edit button of widget which you want to show on your blogger template.
Now you need to look for Widget ID which would be in the URL of your selected widget. In the URL look for widgetId it would be towards the end of the URL. If you cannot find the Widget ID then simply Copy the title of the widget and if there is no title then give a title for time being, just for the sake of search.
How To Show Blogger Widgets in Mobile View?
Go to Template >> Edit HTML >> Search for widget coding using Widget ID which you’ve copied in above step or widget title. (Quick Tip: You can use “Jump to widget” option available in template editor to get to the code of any widget that you like).
This will straight take you to the widget coding, now add mobile=’yes’ in the widget code just after the locked=’false’.
Go to Template >> Edit HTML >> Search for widget coding using Widget ID which you’ve copied in above step or widget title.
This will lead you to the the widget coding, now add mobile=’no’ in the widget code just after the locked=’false’.
Then Click on Save template button and you are done.