• Hello

    I’m working on http://www.coolerprojects.com/dev/ where I have set up a child theme to twenty eleven. I wanted to have the sidebars there and add some header and showcase customisation thanks to some already great coding contributions.

    I have some alignment issues. ‘Featured posts’ in the showcase and the ‘we are’ in the side bar do not align. On the ‘comments’ page, the ‘featured’ and ‘we are’ align ok.

    The heading 1 (page titles) on static pages and the sidebar also do not align.

    I’m not sure which bit if css I need to edit and add to my child css to tackle these issues. Can someone advise?

    Thanks

Viewing 1 replies (of 1 total)
  • there is a top margin in the style of .featured-posts;

    change it by adding this to style.css of your child theme:

    .featured-posts {
        margin-top: 0; }
Viewing 1 replies (of 1 total)
  • The topic ‘Sorting out some sidebar/page header alignment’ is closed to new replies.