TPerry
Well-known member
I'm finding that some modifications that worked under 1.1.5 are not doing the same in 1.2 BETA 3. An example is
which is not removing the bottom breadbox. Also,
is not moving the logo image at all. Is this normal (and something has changed?). It works fine when I do it in Chrome Developer, only when I place it into EXTRA.css that it no longer works.
Code:
/* REMOVE BREADBOX (forum menu) FROM BOTTOM */
.breadBoxBottom {
display: none;
}
Code:
#logo img {
margin: 70px !important;
}