0
I want to use this class throughout the layout of the site, except on the main screen because there is an image that needs to stay at the top, ie(padding-top: 0px).
Class I need to remove on a screen:
body {
padding-top: 50px;
padding-bottom: 20px;
}
Function jQuery I created to do this and it didn’t work.
$(document).ready(function () {
$("#intro").removeClass("body");
});
NOTE: intro is the image id that at the top(0px)
Thanks Ramiressss!! do not study css, would not imagine that it was just that
– Brisado Man
Not at all. It’s good to know that we can help in some way.
– Ramires Nascimento