Archived topic
Diffrend CSS if I loggt in or out
2 replies · Started by Benno van Walsem on August 8, 2022
Hi Support,
i have a problem with columns in a container. If i loggt in, it looks all ok, If i loggt out, it looks diffrend.
I search and find out, that the Theme use 2 CSS ideas. One if I'm loggt in as admin ans one if I loggt out and use
it as normal user. I use GeneratePress with the Premium Plugin.
Admin:
.wp-container-5 {
display: flex;
gap: 2em;
}
User:
.wp-container-5 {
display: flex;
gap: 2em;
flex-wrap: nowrap;
align-items: center;
}
Any idea about it?
Thanks
Problem solved. The Plugin "WP Fastest Cache" destroy the CSS commands :-(
Glad to hear you found the issue.
You may want to check with the cache plugin author on how to stop that from happening