By Dale Hardy on Thursday, 12 October 2017
Posted in General
Likes 0
Views 450
Votes 0
Upgrade box shows up but has a dark covered area where you can not click on the upgrade packages. See pic

You can see the "Upgrade" box pop up, with dark tint, on the left side of the browser. If you click anywhere in the dark area, the box closes out.
Found issue in the boostrap.min.css and bootstrap.css

bootstrap.css
6138
div.modal {

width: 1260px;
margin-left: -280px;
to
width: 800px; (Changed)
margin-left: 0px; (Changed)

5185
z-index: 1040;
to
z-index: 0;

boostrap.min.css
Recompress

Upgrade selection box is now working 100%.
·
Thursday, 12 October 2017 03:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for getting back to us your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 12 October 2017 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post