Hi @popnea,
What version of primer do you have installed? I just setup a test instance on my end but I can’t seem to replicate the same issue on my end.
In the meantime, I will continue to debug and see if I can figure out what’s going on.
Best,
Evan
Thread Starter
popnea
(@popnea)
Hi Evan,
I have Primer Version: 1.8.0 installed.
Thanks for looking into it and let me know what you find!
L
Hi @popnea,
I haven’t been able to replicate the issue. Can you try disabling all of your plugins and re-testing to see if the issue persists?
Also, have you made any theme customizations (either in .php template files, or through some other method – CSS, JS etc)?
Evan
Thread Starter
popnea
(@popnea)
Hi Evan,
I disabled all the plugins and the issue is still there.
I did some modifications to the CSS in the Customize – Additional CSS, but I removed it and the issue is still there.
This is the CSS I added (which doesn’t seem to matter but I’m putting it here anyway)
.fl-row-fixed-width {
max-width: 100%;
}
h3 {
color: #222222;
text-shadow: 1.5px 1.5px rgba(255,255,255,0.5);
}
.page-title-container .page-header .page-title {
width: 97.22222%;
float: left;
margin-left: 1.38889%;
margin-right: 1.38889%;
color: white;
font-weight: 200;
padding: 3% 1rem;
margin-bottom: 0;
font-weight: 300;
font-size: 3rem;
text-align: center;
}
/* MENU */
.main-navigation ul a {
padding-top: 1em !important;
padding-bottom: 0.5em;
border-bottom: none;
line-height: 1.2em;
}
@media only screen and (min-width: 40.063em)
.main-navigation ul ul a {
padding: 0.3em .3em !important;
text-align: left;
}