• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

edit taxonomy box

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › edit taxonomy box

This topic is: resolved

Tagged: edit taxonomy, generate, taxonomy

  • This topic has 3 replies, 2 voices, and was last updated 13 years ago by Jen Baumann.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • December 11, 2012 at 7:16 pm #4598
    greenecon
    Member

    We would like to change the taxonomy box so we can use as an ad space.  We're using Generate.  When we make the changes we want using firebug, we get under 'style':
    element.style {

        height: 60px;
        margin-bottom: 4px;
        margin-top: 4px;

    Also in HTML: <div class="taxonomy-description">
    <p style="height: 60px; margin-top: 4px; margin-bottom: 4px;">

    In the CSS, we have:
    .taxonomy-description {
    margin: 0 0 30px;
    padding: 10px;
    }

    We've tried:
    .taxonomy-description {
    margin: 0 0 30px;
    padding: 10px;
        height: 60px;
        margin-bottom: 4px;
        margin-top: 4px;

    }

    and:

    .taxonomy-description {
        height: 60px;

        margin-bottom: 4px;
        margin-top: 4px;

    }

    Neither works. How do I change the taxonomy box so that the conent area is 60px high, with upper and lower margins of 4, not 14.

    http://thegreeneconomy.com

    December 18, 2012 at 8:42 am #5919
    Jen Baumann
    Participant

    I think you might be getting confused as far as margins and padding.  Margins are the space around and padding is the space within. You have 2 things to style: .taxonomy description and .taxonomy-description p (which currently has no css style).

    If you simply want taxonomy-description to be 60px high, I would do this:

    .taxonomy-description {
    height: 60px;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0;
    }

    Then add
    .taxonomy-description p {
    }

    with whatever styles you like.

    January 7, 2013 at 1:29 pm #10160
    greenecon
    Member

    If I do

    .taxonomy-description {
    height: 60px;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0;
    }

    do I need the

    .taxonomy-description p {

    }

    I found I could ad a pic and text just using regular html to the category page.  [I'm an idiot, so I make what I want as a post, preview, then copy and paste where I want it.]  Worked fine.

    And I did like you on Facebook!

    January 7, 2013 at 1:36 pm #10161
    Jen Baumann
    Participant

    Thank you for the like! 🙂

    You don't necessarily need the .taxonomy-description p. It depends on if you need to control any margin or padding added to it otherwise. That's completely optional and up to you!

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble