Viewing 5 replies - 1 through 5 (of 5 total)
  • Menaka S.

    (@menakas)

    Hi crysclarke,
    For some reason you have set visibility to hidden for the archive header.
    Some thing like this.

    .archive-header {
        visibility: hidden;
    }

    Please change this to

    .archive-header {
        display: none;
    }
    Thread Starter crysclarke

    (@crysclarke)

    Yes, it seems as though the code regarding the header is not quite right. I want to keep the of the page ie. “Recipes and Nutrition,” but not the “Category Archives : Recipes & Nutrition” that it gives me if this code isn’t there. This is the code giving me trouble:

    .archive-header {
    visibility: hidden;
    position: relative;
    }

    .archive-header span {
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    }

    Thread Starter crysclarke

    (@crysclarke)

    This is frustrating! I can usually figure out the issues on my own or with these forums without posting. Not today. This is the code for the Archive Category Pages:

    <header class=”archive-header”>
    <h1 class=”format-icon”>Category Archives : <span>Recipes & Nutrition</span></h1><div class=”archive-meta”>
    <!– enchanced category page (ECP) content –>

    <article id=”post-951″ class=”post-951 enhancedcategory type-enhancedcategory status-publish hentry”>

    Menaka S.

    (@menakas)

    Please remove visibility: hidden;

    rdellconsulting

    (@rdellconsulting)

    Looks OK to me in FF?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White Space on Categories Page’ is closed to new replies.