How to Remove Right Side Extra White Space from Website I WordPress Tutorial 2021

preview_player
Показать описание
Learn how you can remove right side extra white space from any website.It can be done by CSS very easily.

If anyone need to build WordPress related website or help.Then you may contact with us.
CONTACT :
Phone: +8801759871821

Follow Us On -

Our developer and supporter team always ready to help you.We have many experienced developer.And our all team members are very professional.You may test us with a project.We are ready to deliver perfect work.

Keywords:
right side white space
remove white space
remove white space from website
extra white space
remove right space in CSS
css white space
elementor white space
remove elementor white space
visual composer white space
remove visucal composer white space
wordpress white space
white screen issue
Рекомендации по теме
Комментарии
Автор

html, body
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}

MrKetan
Автор

html, body{
width:100%;
height:100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;

}

webdeoplyorg
Автор

2 Years later and still one of the most underrated elementor videos in my opinion :D Saved me lots of pain. Thanks a lot!!

michaelschubert
Автор

Worked great though your link no longer works. Had to pause video and type out in Notepad. Appreciate your help!

dmo
Автор

But what if we want to remove the white space in mobile view? is this method can be used too?

nynahasbullah
Автор

when I used "height: 100%" it made the length of the footer/bottom of website very long. I changed it to "auto" and is back to normal. This helped me fix the space on the side, thank you.

Illadel_Official
Автор

there is a larger space on site under the headet section, is this code working to fix it?

whain
Автор

I have the Siantra Theme in Wordpress! How do you disable mobile response! I only want desktop veiw on the mobile phone! I checked the Theme Editor - header.php and There is NO viewpoint file! I saw in the earlier versions of Bluehost all you add to do was delete the file! No file exist in the 2021 version!

iamstreetzauthenticclothin
Автор

1000 thanks! it completely works, but why if we need fix on mobile mode only? thanks again Master.

carlosramirez
Автор

Its works but I can still pull the screen to the left and right where it goes white before it bouncing back unlike other sites.

thejackleader
Автор

This did not work for me and i typed it just as I saw in our video:  
html, body
{
width: 100%;
height 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
my theme the setting is "stretched" instead of "box" and still the margin didn't works under either for me, any alternative solutions?

shotbytashanna
Автор

Overall video is great, but when i write this code in and published and refresh my page, my page scroll is not working. any solution?

kamranayub
Автор

I've used this piece of code in many websites... but just the " html, body
{
overflow-x: hidden;
} " Part of it...

I don't know why it happes... I've checked every single item, block, column, Section...

alexandret.
Автор

hello friend, I added this code and it fixed my issue with white space, but another issue came up... When this code is active, I have 2 y-axe scrollbars and it is causing problem with scrolling... any ideas?

IamBoss
Автор

i only used
html, body
{
overflow-x: hidden;
}
to remove a extra scroller bar that appeared when i used full code
and thank you for your help, it solved my problem

Tiwanabeefarm
Автор

My problem was on the mobile screen, when motion effects were coming from left or right for a moment there was a huge white gap on the right side. But this was the right solution, thanks buddy. Cheers!

uimoto
Автор

You just solved my problem. Thank you so much bro

Calvin-xb
Автор

Wow THANKS SO MUCH ! it worked ! I pasted the code in the first Elementor container on my page in the advanced options where it gives the option to add a custom CSS script code to the container and it solved my annoying sideways extra space issue thanks to you ! :)

EC
Автор

Worked like a charm. Thank you!
+1 Sub

Syedhussainipage
Автор

Huh, Thank you Guru . Saved a lot's of time for me . Liked, subbed

codewithpassion