Forum Replies Created

Viewing 3 replies - 31 through 33 (of 33 total)
  • Thread Starter saucer78

    (@saucer78)

    Solution was found in another thread!

    Custom css:

    /*__________static front page: hide title__________*/
    .home.singular-page .hentry .entry-title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    }

    /*__________static front page: content fix__________*/
    .home.singular-page #content { width: 68.0851%; }
    .home.singular-page.page-template-fullwidth #content { width: 100%; }
    .home.singular-page .hentry { width: auto; height: auto; }

    I know this is marked resolved, but I’ve been searching for a solution to this problem for days and I’d like to thank OP for the post. I think the Hatch theme has an issue with the header not being completely disabled when no image is uploaded, which causes it to pull information into the header container when attempting to build a static page.

    I’d like to note, however, that for me, the above css had to be pasted into the editor (Appearance>Edit CSS) and not the custom css box under the Theme Settings, as instructed above. I’m very new to this and just installed and activated a child theme via a plugin, so I dunno if this is the cause of the discrepancy, but thought I’d mention it just in case anyone else stumbles across this issue…

    Thread Starter saucer78

    (@saucer78)

    I may go ahead and try this, but cannot fully test responsiveness:

    Is is safe to simply remove

    get_header(); // Loads the header.php template. ?>

    from Full Width Page Template.php and page.php or will there be some css work to be done as well?

Viewing 3 replies - 31 through 33 (of 33 total)