Okay
  Public Ticket #2984467
Post By-Line Disappears on Mobile
Closed

Comments

  •  2
    immertia started the conversation

    Hi,

    I've recently turned on my posts to show the byline section (author, date + categories) in the header, however, when I visit the posts on mobile none of the information shows.

    How can I have this information show on mobile?

  •  2,958
    Andrew replied

    Hi there,

    You seem to have some CSS that is hiding this on mobile.

    3470849515.png

    Kindly remove this to fix the issue.

    Thanks,

  •  2
    immertia replied

    Hi Andrew,

    This isn't CSS I've included and I assume it's default Salient css.

    Is there an option I can choose to have this show rather than putting custom CSS in?

  •  2,958
    Andrew replied

    Hello again,

    I am afraid there is no other option to show these elements. This CSS will help.

    @media only screen and (max-width: 690px){
        #single-meta .meta-comment-count, .row .col.section-title [data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count):not(.share-btn), .single #page-header-bg #single-below-header[data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count) {
            display: inline-block;
        }
    }
    

    Thanks,