Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #436438

    I’m not feeling particularly smart at the moment about these simple questions:

    1. How do I get the blog posts to align left?
    2. How do I change the font in the blog sidebar to a sans serif font?

    #436884

    Hey dnweil!

    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .fullsize .template-blog .post-meta-infos, .post-meta-infos,#top .fullsize .template-blog .post-title { text-align: center !important; }
    

    2- You are not using sidebar on your developing page :/

    Best regards,
    Yigit

    #439389
    This reply has been marked as private.
    #439392

    Hey!

    1-Please use following code instead

    #top .fullsize .template-blog .post-meta-infos, .post-meta-infos,#top .fullsize .template-blog .post-title { text-align: left !important; }

    2- “We are working on something awesome We will be back soon!”

    Regards,
    Yigit

    #439404
    This reply has been marked as private.
    #439408

    Hi!

    Please add following code to Quick CSS as well

    .recentcomments a, .widget_recent_entries li a {
      font-style: inherit;
      font-family: inherit;
    }

    Regards,
    Yigit

    #439409

    Yigit, THANK YOU. FIxed Item 2.

    I’m still having issues with the left alignment. Please see here: http://newlaci.staging.wpengine.com/news/ (hosted on WPengine)

    #439410

    Hey!

    I can still see following code in Quick CSS

    #top .fullsize .template-blog .post-meta-infos, .post-meta-infos, #top .fullsize .template-blog .post-title {
      text-align: center !important;
    }

    Please change “center” to “left”

    Regards,
    Yigit

    #439411
    This reply has been marked as private.
    #439414

    Yigit, THANK YOU.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog post title and meta styling’ is closed to new replies.