Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #290586
    Calemotionnc
    Participant

    Hi,

    I’ve added some additional CSS in order to hide some meta tag from my articles :

    .entry-meta { display: none !important }
    .author-link {
    display: none !important;
    margin-top: 28px;
    white-space: nowrap;
    }

    Works perfectly on desktop.
    But it seems it doesn’t work on mobile browser.

    Do you have any idea how I can fix this ?

    Thanks.

    Joris

    #290615
    Skandha
    Participant

    @calemotionnc: Hello Joris,
    That is because the CSS Code in your Additional CSS section has a small error.
    The CSS Code @media screen and (min-width: 75em) { has not been closed with a }. So if add the } to close the media screen CSS and the CSS Code should work.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #290735
    Calemotionnc
    Participant

    Hi Skandha,

    Works perfectly, thanks for your quick and usefull answer, as usual !

    Joris

    #290758
    Skandha
    Participant

    @calemotionnc: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Additional CSS on mobile’ is closed to new replies.