I’m trying to modify the list styling in regular content.
However, even when I specify a class for the styling so that it is distinct from the menu, the menu takes on the changes.
So, I can set a list class of .body-list li
and try to set a margin-left and that is taken over by the navigation style (.top-bar).
Not sure what I am doing wrong in my css to cause this, as it seems identifying distinctive classes should keep this from happening.
I even set the ID of upinpost-body – which is whatthe <div> of the content has, and it still effected the navigation styling.
This shouldn’t be the case. I think I know enough about css to know that.
Rick