Community Forums › Forums › Archived Forums › General Discussion › Monochrome Pro – Extra space (shadow) between footer and copyright footer.
Tagged: #Monochromepro #bug
- This topic has 7 replies, 4 voices, and was last updated 5 years, 5 months ago by
broon5784.
-
AuthorPosts
-
November 9, 2020 at 7:34 am #501834
[email protected]
ParticipantHi,
I'm stuck. I added a 4 column footer to my Monochrome Pro theme and a week later, I seem to have the container shadow come out of nowhere.
I am not sure how it got there or how to remove it. I have only made changes to my functions php file and css.
<div class="site-container shadow" style="margin-bottom: 275px;">
Any ideas?
THANK YOU!
https://parkpower.ca/dev2/November 10, 2020 at 9:57 am #501850Bianca
ParticipantHi there,
It's hard to say. Have you tried disabling all plugins?You can try to find this CSS in the database or within the files. But if you did not put it there, the interesting thing to know would be, what happened?
I am a Marketing Communications specialist at Communics.
Visit my personal website | Follow me on Twitter | Connect on LinkedIn
November 10, 2020 at 1:27 pm #501854AnitaC
KeymasterThe shadow affect is coming from this in the stylesheet - Line 1291. It only appears when scrolling. That shadow is to keep the white background from the navigation from blending in with other white or lighter elements.
If you look at the demo of Monochrome and scroll down, you will see it there as well. This is not a bug.
.shadow .site-header, .site-header.search-visible { box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
Need help with customization or troubleshooting? Reach out to me.
November 10, 2020 at 2:42 pm #501857[email protected]
ParticipantHi Anita,
Thanks for replying.
I actually like the shadow. Maybe I am accusing the wrong style of being a bug. If you look at the giant gap in my footer between the 4 widgets and the copyright, that is the mystery to me. How do you think the style="margin-bottom: 275px; could be getting in there?
Thanks again!
Jodi
November 10, 2020 at 2:44 pm #501858[email protected]
ParticipantIt's weird because I haven't added anything. I have some minimal plugins going on, but I will give that a try. Thanks for replying!
November 10, 2020 at 2:51 pm #501859AnitaC
KeymasterLooks like you modified your theme to eliminate the hidden footer and you added the footer widgets. So somewhere you've failed to remove or add additional code to accommodate those new features.
You can add this to the Additional CSS box to remove it.
.site-container.shadow { margin-bottom: 0 !important; }
Need help with customization or troubleshooting? Reach out to me.
November 11, 2020 at 11:18 am #501882[email protected]
ParticipantAnita that totally worked, although I still have a single pixel line showing. I will keep at it to find what I did to remove it through the source.
I appreciate the response.
Thank you!
February 2, 2021 at 2:51 am #502879 -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.