How-to and Troubleshooting
        
    
    
                    
                        
                        9                    
            Posts
        
        
                    
                        
                        3                    
            Users
        
        
                    
                        
                        2                    
            Reactions
        
        
                    
                        
                        1,241                    
            Views
        
        Jan 28, 2022 9:45 pm
                        @tutrix some help if and when you can.
This was reported to me from users. I have no idea what changed or if this existed before (i think not). Probably it came when i switched to a new theme.
                         8 Replies                    
                Jan 28, 2022 9:56 pm
                        Same issue with Spoilers....
Someone else had this also....
Jan 29, 2022 5:02 pm
                        Hi @dimalifragis,
We need to check the issue on the website with that issue.
@chris not always easy to do. I'm creating a stage site so maybe you can see the issue and help.
I will update here when ready.
Jan 29, 2022 6:48 pm
                        Jan 29, 2022 9:03 pm
                        there is an inline style that limits the width to 191px
you can try this Code
.mce-window {
  width: 630px !important;
}
input:not([type]){
  width: 400px !important;
  height: 20px !important;
}




