Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Remove top white gap on top of page #16623
    cleansepro
    Member

    Hi Sakin,

    I added the code as you advised above and it’s worked a treat.

    Many Thanks

    CP

    in reply to: Remove top white gap on top of page #16569
    cleansepro
    Member

    Hi, in order to reduce the padding around the header as discussed above, where do I place the following code you suggested above ?

    #header-content {
    margin: 0;
    padding: 0;
    }

    </head>

    <body <?php body_class(); ?>>

    <?php
    /**
    * catchbox_before hook
    */
    do_action( ‘catchbox_before’ ); ?>

    <div id=”page” class=”hfeed”>

    <?php
    /**
    * catchbox_before_header hook
    */
    do_action( ‘catchbox_before_header’ );
    ?>

    <header id=”branding” role=”banner”>

    <?php
    /**
    * catchbox_before_headercontent hook
    */
    do_action( ‘catchbox_before_headercontent’ ); ?>

    <div id=”header-content” class=”clearfix”>

    <?php
    /**
    * catchbox_headercontent hook
    *
    * @hooked catchbox_headerdetails – 10
    * @hooked catchbox_header_search – 15
    */
    do_action( ‘catchbox_headercontent’ ); ?>

    </div><!– #header-content –>

    <?php
    /**
    * catchbox_after_headercontent hook
    *
    * @hooked catchbox_header_menu – 10
    */
    do_action( ‘catchbox_after_headercontent’ ); ?>

    </header><!– #branding –>

    <?php
    /**
    * catchbox_after_header hook
    */
    do_action( ‘catchbox_after_header’ );
    ?>

    <?php
    /**
    * catchbox_before_main hook
    */
    do_action( ‘catchbox_before_main’ );
    ?>

    <div id=”main” class=”clearfix”>

    <?php
    /**
    * catchbox_before_primary hook
    *
    */
    do_action( ‘catchbox_before_primary’ ); ?>

    <div id=”primary”>

    <?php
    /**
    * catchbox_before_content hook
    *
    */
    do_action( ‘catchbox_before_content’ ); ?>

    <div id=”content” role=”main”>

    in reply to: Permalink structure reverts to default ? #16529
    cleansepro
    Member

    Thanks for the information,

    Cheers

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