Hi!
I inquired about this during a previous thread and I’m still trying to wrap my brain around it. My website is https://www.keianienterprises.com/ I was given this code
.x-navbar .desktop .x-nav>li>a>span {
padding: .875em 1.25em;
}
and I also tried this code below but neither seems to do the trick.
.x-sidebar-content-active .x-navbar .desktop .x-nav>li>a>span {
padding: .875em 1.25em;
}
I would like to have a code that works for pages where sidebars exist only so that the style of other page types is not affected. 
