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
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
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
Hi GB,
Yes, you’re right, any css code added to Quick CSS wouldn’t be lost during the theme update :)
Best regards,
Nikko