Category archive page headline doesn't line up

Homepage Community Forums Optimal Theme Support Category archive page headline doesn't line up

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2501
    ksthmb
    Customer

      The headline for the category archive pages appear to be cut off or don’t line up properly with this theme (Optimal). This has happened since I switched to Optimal from another Genesis child theme. The headlines used to line up just fine, and now it appears too high in the box and gets cut off. Any advice on how to realign? Here’s one archive page example:

      http://savvycities.com/deals/family-discount/

      #2505
      Wes
      Moderator

        Yes look in your css for this (around line 911)-

        .taxonomy-description {
        background-color: #fff;
        margin: -10px 0 30px;
        }

        …and remove or change the “-10px” to 0.

        To add more padding to the top of the h1 tag, look for the following (around line 1204)

        .taxonomy-description h1, .widget-area h4 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 10px;
        }

        …and change the first 0 to 10px or however much space you want to add.

        #2516
        ksthmb
        Customer

          That worked! Thank you so much, Wes.

          Kat

          #2517
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Category archive page headline doesn't line up’ is closed to new replies.