• Hello

    I’m just about to setup my page and suddenly i see that my post are not working on mobile devices on my frontpage.

    The post is “active (with click) on my subpages (categories).

    What can I do to fix the problem?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You can try resolving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    
    @media (max-width: 768px){
    #secondary {
        clear: both;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Post’s on mobile homepage doesn’t “work”’ is closed to new replies.