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?
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
Thanks for the quick turnaround! Much appreciated