Why my website isn't showing full? (like it's kinda using half of the page)

altu.ir

My website doesn’t show the page full, is it a problem by theme or??
please help, thank you <3

It’s a problem with your theme. The header image is set as being exactly 1260 pixels in width. If your screen or browser window is exactly that size, it will look correct. If you have a screen that’s wider or narrower, it won’t look great.

2 Likes

how can i fix it? like is there any option that i can apply it to be in page resolutions?

Google “make html page match viewer width”.

1 Like

Its a theme issue. You will have to edit the HTML and/or CSS code to fix it.

1 Like

This has worked for me:

.test {
  height: 100vh;
  width: 100vw;
}
4 Likes

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