Okay
  Public Ticket #2743842
Post dates not showing
Closed

Comments

  • Milan started the conversation

    Hello,

    My post dates are not showing on my blog pages even do I've toggled all options to keep them displayed.

    They are visible once you enter on individual posts...

    I've attached SS for review.


    Thanks

  •  2,719
    Andrew replied

    Hi Milan,

    Please change the recent posts layout style to Classic Enhanced so that the dates can show:

    1468374437.png

    Thanks.

  • Milan replied

    Hi Andrew,

    So there is no option to have dates shown on this style "List with featured first row"?

    Is there a way to remove the border on style "Classic Enchanced" and also reduce padding (it displays content a bit narrow)


    Thanks

  •  2,719
    Andrew replied

    Hi Milan,

    I am afraid, "List with featured first row" does not show dates.

    Which border are you referring to, please elaborate. You can share a screenshot.

    Thanks.


  • Milan replied

    Hi Andrew,

    Please see the screenshot attached. Its light gray border. 
    Also is it possible to adjust the padding shown in the screenshot?

  •  2,719
    Andrew replied

    Hi Milan,

    Please send your website url.

    Thanks.

  •   Milan replied privately
  •  2,719
    Andrew replied

    Hi Milan,

    Please try this css:

    .masonry.classic_enhanced .masonry-blog-item .inner-wrap, .blog-recent[data-style*="classic_enhanced"] .inner-wrap {
        box-shadow: none;
    }

    Thanks.

  • Milan replied

    Hi Andrew,

    Thanks, this works. 

    Any chance to adjust the padding between the text and the "frame" around it?


  •  2,719
    Andrew replied

    Hi Milan,

    Please try this css:

    .masonry.classic_enhanced .masonry-blog-item .article-content-wrap, .blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
        padding: 7%;
    }

    Thanks.