Okay
  Print

Reposition text to the bottom of posts

This is possible but to a certain extent. What we'll be able to do is help you re-position the text on media type posts to the bottom of the post(rather than a separate box below the post content which would require altering the HTML structure and outside the scope of our support).

To make this happen is quite simple, just follow the instructions below and you'll have it in effect within 5 mins. :D

First head to the "Edit Theme" panel, scroll down the left hand sidebar till you reach the bottom of the page and then click on "Advanced Options". On the next page you will see a code input field with the title "ADD CUSTOM CSS", you will need to copy/paste the code below into this field then hit "Save" when you are done. Also, make sure to copy/paste the code exactly aas it is displayed including fullstops and curly bracers or the code may not work.

.tile-text-wrapper {top: initial!important; bottom: 0!important; -webkit-transform: none; -ms-transform: none; -moz-transform: none; transform: none!important;}