Forums

[resolved] Constructor - article header too wide (3 posts)

  1. megmuck
    Member
    Posted 11 months ago #

    Hi - I put together a child theme for follen.org, and the header in the main article (around "Home") is too wide; it overlaps the top of the sidebar on the home page. The overlap is even worse on this page: http://follen.org/?page_id=374 (around "Frequently Asked Questions."

    I've been poking around in the stylesheet and changing various parameters, but I'm not having any luck.

    I'd really like to eliminate the box altogether and just have white space around the page title. How can I do this?

  2. alchymyth
    The Sweeper & Moderator
    Posted 11 months ago #

    caused by this - possibly unnecessary - style in the child theme, particularly the width: 100%;:

    .hentry {
        clear:both;
        position:relative;
        width:100%;
        margin:0 0 10px 0
    }

    try and work with a tool such as Firebug http://getfirebug.com/ to investigate these kind of formatting problems.

  3. megmuck
    Member
    Posted 10 months ago #

    Thank you!

Reply

You must log in to post.

About this Topic