• Is it possible to move the location of the button on the “Very simple splash page” button?

    After uploading my video, the button is directly in the middle of the video.

    I would like to move it under the video?

    Any ideas?

Viewing 1 replies (of 1 total)
  • You can edit the plugin’s default-template.php, but you might come across other unforeseen issues. So do it at your own risk.
    In the above mentioned file you need to update the below values per your needs:

    .splash-button-area {
    	margin: 400px 0 0 600px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Very Simple Splash Button’ is closed to new replies.