Why does my website have a scroll bar on the bottom of computer whats making it wide ?
-
What is making my website appear wide , because when I go to my website, there is a scroll bar on the bottom as if there was more information to the right of the screen but its just my background?
I go on firebug and the only thing I think that can be making my website wide is ” bg-gradient ” but nothing I do to fix it works?
Mod
Try turning off plugins, then.
Or see this as a general strategy:
http://blog.kjodle.net/2013/07/04/troubleshoot-your-wordpress-blog/
Admin
Two things:
1. The Ajaxy Search Form widget in the middle column of your custom footer, which isn’t displaying anyway.
2. The slider navigation dots which you gave a 270px left padding and left text align.
The Ajaxy Search Form widget I put in the footer then moved it with custom css to display next to my slider ( I have to reset the margins its been pushed down ) … So does this mean I have to remove it from my footer, and cant place it with css next to my slider then ?
And this is how I moved my slider to the left, What can I change to make it stay to the left but REMOVE the slider bars from the bottom of my page ?
#slider_root {
float: left !important;
}
.slider_nav {
text-align: left !important;
padding-left: 270px;
}Thank you so much for your help
ok I fixed the slider by doing this code instead
.slider_nav {
margin-left: 270px;
margin-right: 0;
padding-left: 0;
width: 100px;
}Any way I can add the search bar ajaxy widget to the right of the slider > — since there is no container , I was doing it by moving the margins through CSS but moving it from the footer, but you said that was also messing up the width of my site with that slider so any other suggestions?
Thank you
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
