BuddyDev

Search

[Resolved] BuddyPress Page too Long: Styling Category and Tags

  • Participant
    Level: Enlightened
    Posts: 25
    Justin J Dunn on #6588

    The style of the page is too long. How do we make the Category and Tags split the page 1/2 & 1/2 with contained list? This will shorten the page greatly – See screenshot: http://bit.ly/2fNRlNU

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #6589

    Hello Justin,

    Thank you for posting here. Please put the following code at the bottom of your current theme “style.css” file and let me know if it works or not.

    
    .simple-post-tax-check-list > li {
    	display: block;
    	float: left !important;
    	width: 50%;
    }
    
    

    Thank You
    Ravi

  • Participant
    Level: Enlightened
    Posts: 25
    Justin J Dunn on #6647

    Works Perfectly! Thanks

The topic ‘ [Resolved] BuddyPress Page too Long: Styling Category and Tags’ is closed to new replies.

This topic is: resolved