Bug in anchor padding after upgrade
-
I just upgraded to Version 3.1.26 from 3.1.25.
In “Sub Menus” tab, I have padding for both “Top Level” and “Child Level 1” set to 5%. In the previous version, the CSS rendered:
@media screen and (max-width: 8000px)
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
padding: 0 5%;
}and after upgrading it renders as:
@media screen and (max-width: 8000px)
#responsive-menu-container .responsive-menu-submenu li.responsive-menu-item a {
padding: 05%;
}For now, I am overwriting it with my Child Theme stylesheet.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug in anchor padding after upgrade’ is closed to new replies.