BuddyBoss Home – Web Support Forums Themes Boss. theme css messing up buddypanel

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #40371
    @fabriciusgmail

    media=”all”{}
    ul,
    ol {
    margin: 0 0 1.6em 1.3333em;
    }

    This piece of code got my dots of my order list fixed but its also ruining my buddypanel. How do I fix this so it only affects page content?

    Answers

    #40381
    @fabriciusgmail
    .site-content ul, ol {
      margin: 0 0 1.6em 1.3333em;
    }
    
    .site-content ul {
    	list-style: disc;
    }
    
    .site-content ol {
    	list-style: decimal;
    	line-height: 1.7;
    }
    
    .site-content li > ul,
    li > ol {
    	margin-bottom: 0;
    }
    
    .site-content p {
      line-height: 1.7;
      margin: 0 0 24px;
    }
    
    #wp-admin-bar-shortcode-secondary .menupop,
    .header-notifications { 
        vertical-align: initial;
    }

    Fixed

    #40412

    Anonymous
    @

    Thanks @fabriciusgmail , for your input and glad you solve it yourself again, i will submit these to developers as well.

    Regards
    Varun Dubey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘css messing up buddypanel’ is closed to new replies.