cluster Posted October 18, 2015 Share Posted October 18, 2015 where you can change the position of the modal window from the modern tpl? it is positioned too low and overlaps my page footer, please see screenshot: 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 18, 2015 Share Posted October 18, 2015 you'll need to edit modern/style.css and change the following... #domainpopupcontainer { display: none; position:absolute; top:0; left:0; width:100%; text-align:center; padding: 150px 0 0 0; z-index: 50001; } that padding value of 150px should be the one to change - decrease it to raise the window; increase it to lower it. 0 Quote Link to comment Share on other sites More sharing options...
cluster Posted October 18, 2015 Author Share Posted October 18, 2015 Thank you, that's it! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.