Hi Lorro.
Thanks again for helping me. I really appreciate it.
In trying to follow the path you outlined, I went to:
Dashboard > Appearance > Customise…but then there was no ‘Additional CSS‘ option offered. Instead, there was the option ‘Custom Code,’ which seemed to be close, so I clicked on it. That opened up a whole bunch of code. Is this what you were referring to, when you used the term ‘page markup?’ (Sorry for being ignorant about the technical stuff) I looked at that code very carefully and was not able to see any mention of wp-custom-css, as you mentioned.
I turned off all of the plugins, as you said, then looked again, but all of that code didn’t change. Actually, I’m not really sure if looking for ‘wp-custom-css’ in all of that code is what you really meant for me to do, since some of the terms you use are foreign to me, not being well versed in IT language.
Here is what I found in that section of code:
.site-header.sticky {
/*-webkit-box-shadow: 0px 10px 128px -36px rgba(0,0,0,0.9); -moz-box-shadow: 0px 10px 128px -36px rgba(0,0,0,0.9); box-shadow: 0px 10px 128px -36px rgba(0,0,0,0.9);*/ -webkit-box-shadow: 0px 4px 63px -32px rgba(0,0,0,0.9); -moz-box-shadow: 0px 4px 63px -32px rgba(0,0,0,0.9); box-shadow: 0px 4px 63px -32px rgba(0,0,0,0.9); } nav.show-for-large-up.main-navigation.default-navigation.align_left { margin-top: 7px; margin-bottom: 7px; }
.vc-box-shadow {
-moz-box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
-webkit-box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
box-shadow: -2px 2px 81px -27px rgba(0,0,0,0.29);
}
.upper a {
text-transform: uppercase !important;
font-weight: bold !important;
font-family: NeueEinstellung;
margin-top: 35px !important;
font-size: 13px !important;
}
@media only screen and (min-width: 1024px) {
.site-header {
padding-bottom: 0px !important;
}
}
.site-branding {
margin-right: 15px;
}
#products-grid span.category_grid_box {max-height:131px;}
The very last line, “#products-grid span.category_grid_box {max-height:131px;}” is what you and “super kot” had me put in about a month ago…which fixed the problem then! I have no idea why the problem would have returned like this.
Thank you again. It appears that you are my only hope in fixing the problem.