Home Forums WordPress Themes – Premium Preference Ordered list and navigation styles conflicting

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15320
    Judy Asman
    Participant

    Hi, Andre,

    Happy housewarming! Hope the move went well for you and your family.

    I’d like to edit my ordered list styles so they have the same bullets as what I have in my sidebar. I also want to increase the top padding.

    however, when I edit the styles for

    
    
    
    ul ul,
    ul ol,
    ol ol,
    ol ul {
    	margin:7px 0 7px 23px;
    }
    li {
      line-height: 18px;
    	line-height: 1.125rem;
    }
    
    

    …it affects the styling in my main menu. Can you please tell me if there’s a solution for this? Thank you!

    #15321
    Sushil Adhikari
    Moderator

    Well all moved…although I will be moving again soon (long story). Anyway, target the lists that fall under a content based container such as:

    .entry-content li {}
    or
    #main-content li {}

    etc….do your padding adjustments here as well.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.