• Resolved Res2

    (@res2)


    Hi

    When you switch to small screen window in the posts section, the author is hidden, and in its stead, the viewer is seemingly invited to comment.

    https://gestaltudvikling.dk/artikler/

    I haven’t even allowed readers to comment, so that is pretty strange.

    How do I fix this?

    best regards

    Res2

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author nobita

    (@nobita)

    Hi Res2

    Your child theme / style.css

    /*FJERNER EN VANDRET MENU SOM KAN V?RE GOD AT FOLDE UD UNDER MOBIL FORMATER
    .menu-header{
    	display: none;
    }*/
    
    .lsidebar > ul:nth-child(1){
    	padding-top: 45px; /*GIVER LUFT OM TEKSTEN I VENSTRE SIDEMENU*/
    	padding-left: 20px;
    }
    
    @media screen and (max-width : 640px){
    	.lsidebar, span.author.vcard{
            	display: none;
    	}
    }

    Please remove .lsidebar, span.author.vcard{ display: none; }

    Thank you.

    Thread Starter Res2

    (@res2)

    Awesome, nobita, thank you for looking into it! ??

    Thread Starter Res2

    (@res2)

    On a side note, I hid the dead Comments link in the small screens, by adding a !important to the previous order, like so:

    .raindrops-comment-link{
    	display: none !important;

    I’m unsure why this should be necessary, but never mind.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Smallscreen Posts hide author and offer comment?’ is closed to new replies.