Viewing 1 replies (of 1 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi remery,

    This is a bit outside the scope of this help forum. The page title is not generated by the plugin. It is added by your theme. The best approach would be to remove the page title using php, and then add it back with php right below the image. Then use CSS manipulation to move it above the image.

    You could theoretically use straight CSS manipulation, similar to before with position:absolute and top:___px. In this case you will likely need something like top:-400px. Note the minus sign.

    I apologize, but this is about all the free help I can give on CSS styling since it is not really plugin specific. There are tons of helpful resources on this, if you need more ideas, try googling “layer divs on top of each other”. There are some good links there.

    Best of luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Page Title Placement’ is closed to new replies.