Home › Forums › Weaver Xtreme Theme › Hide Sidebar Widgets on Mobile › Reply To: Hide Sidebar Widgets on Mobile
April 30, 2022 at 13:41 UTC - Views: 29
#70695
Participant
I am using Arconix FAQ plugin which essentially creates posts not pages. Where can I assign the rule in these instances?
I do not see under Xtreme Options > Xtreme Plus > per page added classes > Container box
And for that matter, how would I individually assign posts to hide sidebar if mobile?
I tried .is-mobile.page-id-xxxx #primary-widget-area {display:none;} and then .is-mobile.post-id-xxxx #primary-widget-area {display:none;} and they had no effect.
I could set up a primary widget which would only show if not mobile and a secondary widget to only show if mobile, then that would be fine too.