P  
 Pausenraum
New Member
Hi everyone,
I tried to find a solution to avoid the problem of the white space on the right side of a web site specially notable in mobile version.
 
 
I found this solution css code:
 
html,
body{
width:100%;
overflow-x:hidden;
}
 
but I have a pop-up and the pop-up is getting showed at the end of all page so not in the right way.
 
Anyone solved this issue?
Please let me know.
 I tried to find a solution to avoid the problem of the white space on the right side of a web site specially notable in mobile version.
I found this solution css code:
html,
body{
width:100%;
overflow-x:hidden;
}
but I have a pop-up and the pop-up is getting showed at the end of all page so not in the right way.
Anyone solved this issue?
Please let me know.
 
  
  Elementor Services
 Elementor Services



