Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I'm having this weird CSS issue that I have huge space in bottom of my webpage. I can solve it putting height: 100% on body, but then functions like $(window).scroll() function in JS don't work.
If I move my footer outside the wrapper called #sb-site, footer drops under that huge white gap.
Live Preview:
http://personaii-demo.tumblr.com/
I would be really happy if somebody could help a little!
You have a min-height set of 8164px on #sb-site. I just turned it off using developer tools, it got rid of the white gap at the bottom and everything else seemed to work ok? At least for me.
Just remove the min height on the page.
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
I have a responsive website which is hosted here. Whenever I try to reduce the resolution of the screen below 560 px or try to access the website through mobile device, the Calculate button is not shown on the screen. Can someone please help with what the issue could be here.
Add overflow: auto on your main-container class.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I'm working on a website with react.js framework but the scroll bar not appear in normal website the scroll bar appear automatically but in react.js is not, how can do it ??
the problem is in Css html o react components or what?
I don't understand why people says it is not useful question
this little thing can make people crazy.
check if you have the following line somewhere in your css file
overflow: hidden,
Note: If you want to make the div scrollable for mobile devices, make sure you haven't styled this div with
position: fixed.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
https://portfolio-4bc43.web.app/
This is the link to my site. Check the circular scroll progress bar in the bottom right corner. I copied this element from https://filippoinzaghi.com/trophies/ It was working one day and the next day it stopped suddenly. I copied the element html, css and js all from that site. You can easily find the tags in my html and css files within scrollbar percent comments and js is also in the html file. Does anyone knows how to fix it?
Seems you forgot to add jQuery to your project
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
just when you start to scroll down with your mouse, the top header image shakes/trembles/twitches/ - I hope I described it good :) here it is.
this is the demo of a theme, do you think it will do this on any install?
thank you!
I presume you are getting downvoted because you haven't described what you have tried and/or you haven't mentioned what browser you're experiencing this problem in. So, I'll try to answer this from my view in Chrome.
The biggest issue I see here is with the header flashing white before it animates to close. That can be fixed in main_orange.css by overwriting the header background:
#floating_menu.mff header {
/* background: #fff; */
}
It may be worth looking at overwriting the animation in the #floating_menu.mff.a60 header css declaration as well.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I have now successfully installed jQuery zoom. But for no reason sometimes it works and sometimes not...
Take a look here
Working
Not Working
I also don't get a error in the console... What can be the reason for it and how can I fix that?
Kind regards
It really works. The one that doesn't work is because you have a transparent background on the image while the one what works have a white background.