the stock swiftray wordpress theme came with several widget areas. However, the primary and secondary widget areas, which show in the sidebar on a desktop browser do not seem to show on a mobile browser. how can this be rectified. url: htttp://new.mg-pc.uk
It seems you are not getting the sidebar contents in mobile screens, if so, then you can do a fresh installation of the theme. I tried to open your site but, it couldn't. This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com
Thank you for contacting us, I am afraid to say that, I was unable to locate the area in the theme... It would be better for us to understand your query with the help of edited screenshot. Create your screenshots using screenpresso (http://www.screenpresso.com). So that I can deliver you an exact and appropriate solution to you, I look forward to hearing from you soon. Thanks & Regards! Naveen Kolhe InkThemes.com
please see my attached screenshot. I have circled, in red colour, the primary and secondary widget areas. These two widget areas, do not show up on a mobile browser. what is the solution?
Thanks for sharing the screenshots, I would like to inform you that, the theme doesn't display the sidebar in mobile screens. If you want to display the same in small screens then, you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options Code: @media only screen and (max-width: 767px){ .sidebar { display: block; } } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com