My site heytomsmith.com uses the Marquee theme. I have already added some custom CSS to make the Index page show Page Thumbnails differently on mobile devices.
@media only screen and (max-width: 480px) {.title-desc-wrapper.over-image.has-main-image {height: 480px;} }
Now the page title is no longer centered within the index page thumbnail. How can I make it centered?