Long navigation titles can currently overflow outside a navigation dropdown menu.
Adding the css below seems to fix it:
.menu-linkRow {
overflow: hidden;
text-overflow: ellipsis;
}
If the total displayed length of links contained within <div class ="p-sectionLinks"> exceeds 1200px there is a css overflow issue. The text overflow is still "visible" beyond the .p-sectionLinks-inner which has a max-width: 1200px. It appears the current css applies "overflow: visible" to all...
Please help me, I woke up and loaded the site to this today:
Better yet I went to go to my dashboard and it looked like this:
This is what the console reads. I am not a dev so I am really lost I need some very dummed down steps on how to fix this thanks!!
The website typically looks like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.