Viewing 6 replies - 1 through 6 (of 6 total)
  • Pioneer Web Design

    (@swansonphotos)

    Just for clarity, please be more specific about what you mean by entry header?

    Both issues however can likely be resolved through CSS edits. The best way to do this when using the default theme is to create a Child Theme and add you custom CSS to that stylesheet.

    So for the sidebar lowering add:

    .template-front-page .widget-area {padding-top: 3em}

    WPyogi

    (@wpyogi)

    Looks like some things have gotten messed up – have you modified theme files?

    http://validator.w3.org/check?uri=http%3A%2F%2Ffaceliftlasvegas.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ffaceliftlasvegas.com%2F&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

    If you want to modify any theme files, it’s imperative that you use a Child Theme – http://codex.wordpress.org/Child_Themes

    As is your changes will be lost when WP is updated AND it’s necessary to have a clean copy of the default theme for troubleshooting purposes.

    Thread Starter ohiodoc

    (@ohiodoc)

    But shouldn’t I still be able to remove it even if itnisnt a child theme.

    WPyogi

    (@wpyogi)

    Yes, but that’s not the point – we generally try to avoid giving people bad advice here, and making changes to the default theme is a mistake. I’m sure you can imagine how unfortunate it is to have people post here saying that their entire customized site was lost when WP was updated.

    Thread Starter ohiodoc

    (@ohiodoc)

    Well I will figure out how to make it a child theme. But when I do. How do I remove that and movethe side bar. I can find it in 20-12

    WPyogi

    (@wpyogi)

    I’d start by fixing the errors on the site – those are likely causing problems. And then remove the CSS code that you added – so that you can sort out which is part of the the default and which is new (and possibly causing problems). Twentytwelve’s CSS is a bit complicated because it’s mobile first – so any styles that you want to work on a regular sized browser need to go inside a media query – see the style sheet starting on line 1350 –

    /* =Media queries
    -------------------------------------------------------------- */
    
    /* Minimum width of 600 pixels. */
    @media screen and (min-width: 600px) {

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘twenty twelve entry header’ is closed to new replies.