Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23943

    When publishing a gallery in the blog, the post title and description defaults to appearing below the gallery instead of above. What file/line can I adjust this is the code so that they appear above the gallery?

    #121700

    Hi,

    Open includes > loop-index.php then remove everything and replace it with this http://pastebin.com/ACwpDRsv.

    Edit custom.css or Quick CSS then add this code

    .modified-blog {
    margin-left: 130px;
    }

    .single .modified-blog {
    margin-left: 0 !important;
    }

    Regards,

    Ismael

    #121701

    Thanks for the quick turnaround! Much appreciated

    #121702

    Hey,

    No problem. :)

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adjusting Position of Post Title and Description in Gallery Post Type’ is closed to new replies.