Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1201039

    Hello!
    Still trying to figure out the details and settings of the theme. There is so much to learn. Why don’t we have an udemy course about enfold? :-D

    How can I put the post-date in center at the single post page?

    Example : https://www.gizmak.com.tr/qizmak/2020/04/05/deneme-metni/
    http://prntscr.com/rtnpfx

    Blog settings:
    Blog style : elegant
    Single post with big preview image
    Show thumbn. and post title by default
    author/comment count/category/tags switched off

    #1201047

    Hey GizmakSanayi,
    Thanks for the link, it looks like the post-date is already centered if we remove the separator:

    #top.single .post-meta-infos span.text-sep-date {
    	display: none;
    }

    2020-04-05_182921.png

    Best regards,
    Mike

    #1201090

    Hello Mike. It still looks at somewhere between left and center. Not at the center as the blog post text.. ( according to the image you posted )

    #1201210

    Hi,
    I see, please try this css in your Quick CSS:

    #top.single .entry-content-wrapper > .post-meta-infos {
    	max-width: 800px !important; 
    }

    Best regards,
    Mike

    #1201299

    Thanks! worked :)

    #1201439

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to center the date in blog single post page?’ is closed to new replies.