Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2863666
Photography Layout with meta
Closed

Comments

  • jamiecooksitup started the conversation

    On mobile, the overlay does not show anything except the post title.  Where are the options to display other information like Author, Post Date, etc?  I can't seem to find it in the customize menu or the documentation.

    Thanks

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 478px) {
        .container .penci-grid li.typography-style .grid-post-box-meta {
            display: block;
        }
    }

    Regards,
    PenciDesign.


  • jamiecooksitup replied

    Thanks for the CSS.  It's good to have for the pages that need it.