CSS conflict
-
Hello,
in the latest update, something went wrong with CSS.In each site, I use a TOP section and a HEADER immediately below.
The TOP one disappears during the scrolling of the page while the HEADER one goes to the top of the page through your plugin.
In the TOP section, I use this CSS:
selector {
position: absolute;
width: 100%;
top: 0px;
}In the HEADER section, this:
selector {
position: absolute;
width: 100%;
top: 50px;
}That “top: 50px;” is completely ignored by your instruction:
.header {
top: inherit! important;
….present in the file she-header-style.css.
I can only overwrite it if I change the original file, but that will result in the change being lost the next time you do an update.
It wasn’t there before, so I don’t know why you entered it now. However, can you fix the problem by removing that “! Important” statement?
Thank you.
- The topic ‘CSS conflict’ is closed to new replies.