Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #897166

    Hi,

    I just noticed that the post title and date of my blog posts do not show up on my iPhone safari browser, although it works fine on my desktop Safari browser.

    Here is the link / example:

    http://www.gregorybeylerian.com/news/

    Any ideas?

    Thanks,
    GB

    #897401

    Hey GB,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:989px) {
      figcaption.av-inner-masonry-content {
        display: table !important;
      }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #897420

    Thanks Nikko! That worked!!

    Am I correct in assuming that I do not need to re paste that code in there each time I update the theme?

    Thanks again,

    GB

    #897422

    Hi GB,

    Yes, you’re right, any css code added to Quick CSS wouldn’t be lost during the theme update :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Post title and date not showing up on mobile device’ is closed to new replies.