Modal content window too big

Hi there,

I’ve been having the problem of the modal content window being out of reach on mobile devices, I dont know what I’ve done to cause this, I’ve contacted Chirstian before but I can tell he’s not viewing mobile view but desktop. I’ll add a screenshot as per his request. The details of my account are in that thread.

The adress is www.bigbrotherawards.nl/devsliders

Hi There,

Could you please try adding the following CSS rule into your Customizer, Custom > Edit Global CSS area.

@media (max-width:480px){
	.el31.x-modal .x-modal-content, .el39.x-modal .x-modal-content, .el46.x-modal .x-modal-content {
	    max-width: 56%;
	}

	.x-modal-content {
	    margin: 0;
	}
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.