Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which theme has the issue?
It is a custom theme, initially we used a designer to build the site.
Hi,
The problem consists on the padding value. Please go to your css and find the line with:
.wrapper {
margin: 0 auto;
width: 960px;
}
replace on this
.wrapper {
margin: 0 auto;
width: 960px;
height: 100%;
overflow: hidden;
}
The next find this line:
#footer {
background-color: #454648;
padding: 15px 25px 10px;
}
And replace it on this:
#footer {
background-color: #454648;
padding: 15px 25px 10px;
width: 910px;
}
That’s all. 🙂
The thing is, I can’t find that first wrapper in my css. Is it possible for you to see it on firebug or whatever you are using and for it to physically not exist in my style.css in my editor?
Firebug shows you where all styles are coming from – in this case, #wrapper is in reset.css.
In any case, you don’t need to find that anyway – just ADD changes to the bottom of the style.css file.
yogi-licious!
It worked! Thank you Canah and Mr. Yogi. Helped me out a lot.
Have a great day!
You’re welcome. BTW, it’s “Ms.” :).
I apologize. Thank you Ms. Yogi!