Home Forums Free Themes WEN Associate Individual blogs not visible on phone/tablet

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #82504

    I am using Wen Associates Pro. Paid for it, downloaded it, and started using it today. Unfortunately now I cannot see my individual posts on mobile or my iPad. The home page is visible, but the individual links cannot be seen on mobile/iPad. I believe something – some widget or window or something – is hiding the content when I try individual links on my mobile. I am new to this blogging/website business, so do not know what to do. Can someone please help me? My site is https://prajesh.net

    Thanks

    #82529
    wensolutions
    Keymaster

    Hello @prajesh,

    First of all thank you very much for using the pro version of the theme.

    Now to manage the issue in the mobile and the i-pad screen, please add below given CSSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media screen and (max-width: 1023px) {
    	.global-layout-three-columns .site-content .row {
    		display: flex;
    		flex-wrap: wrap;
    	}
    	.global-layout-three-columns #sidebar-secondary,
    	.global-layout-three-columns #sidebar-primary {
    		width: 100%;
    	}
    }

    Hope this helps.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.