Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #912688
    AaronLentz
    Participant

    Hello,

    I am looking to attempt to recreate this blog post page layout (http://www.desiringgod.org/articles/good-living-is-rooted-in-good-theology) on my website: http://www.athenscolumbus.com/life-story-example/

    In order to do this I need to move the Blog title above the Featured Image as well as the date and author. Could you please assist me in doing this?

    Thanks!

    #913113
    Nabeel A
    Moderator

    Hi Aaron,

    Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    (function($) {
       $('.single-post .entry-header').insertBefore('.single-post .entry-featured');
    })(jQuery);

    Then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    header.entry-header {
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-912688 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>