Forums

white space in twentyeleven (5 posts)

  1. jamieostrich
    Member
    Posted 11 months ago #

    I am designing a site out for a friend for their club.
    However there seems to be a lot of white space between the navigation bar and the page title.
    I am not a master of css, and not sure exactly what i am looking for as it seems really complex. I was looking for margin or padding but there is lots of different ones.
    I hope you can help!
    Also Is there a way of removing the title "Home", for that page only.
    the site is lctbc.co.cc

    Thanks

  2. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues.

    For this reason, it is recommended that you consider creating a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.

  3. jamieostrich
    Member
    Posted 11 months ago #

    OK. i can do that.
    Now how to remove that large white space.
    It seems to also be present in standard twentyeleven.
    All i want is for that space to be smaller beneigh the picture to the text. and remove the title for the home page only.

  4. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    Try adding:

    .singular.page .hentry {padding: 0 0 3.5em;}

    to the child's stylesheet. To hide the title on the home page only, add:

    body.home .page .entry-header {display:none;}

    Try using Firefox & the Firebug add-on for this kind of work.

  5. normda
    Member
    Posted 11 months ago #

    Thanks so much!!!

Reply

You must log in to post.

About this Topic