Branding logo covering the entire page

Whenever I tried opening my link, the brand logo is covering the entire page. Not able to view my page content. https://vizforms.000webhostapp.com/ help me in fixing this issue.

Hi @VisakViz

Find this file https://vizforms.000webhostapp.com/welcome_style.css

Then at the 9th line, there’s

img{
    width: 100%;
    height: 100%;
}

Remove that. Then your problem will be fixed.

PS: If you need any other image with width: 100% and height:100%, add a class to that like following

Then add css,

img.image-1 {width:100%;height:100%}

2 Likes

that worked!!! Thanks…

1 Like

Let us know if you’ve any other issue. :slight_smile:

often facing 502 Bad Gateway error