• Resolved kirstybash

    (@kirstybash)


    Hi there,

    I am using WordPress Twenty Twelve. I have tried everything to decrease the size of the white space between the page title and the content in css. (I am using a custom css plugin).

    Does anyone have any ideas please?

    Tx in advance,
    Kirsty

Viewing 4 replies - 1 through 4 (of 4 total)
  • JonWicks25

    (@jonwicks25)

    in your styles.css file you can edit

    .entry-header {
    	margin-bottom: 24px;
    	margin-bottom: 1.714285714rem;
    }

    This is the class the controls the page title.

    Hope that helps? you might be able to put it in your plugin but I’m not sure if what plugin you are using so I can’t say if it will work witht hat specific plugin. The best way to to it is by editing the styles.css file

    WPyogi

    (@wpyogi)

    @kirstybash – Per the above do NOT edit the style.css file – you need to make changes in a Child Theme or in custom CSS added via a plugin. Otherwise your changes will be overwritten when WP is updated and it’s also crucial to have an unmodified version of the default theme for troubleshooting.

    JonWicks25

    (@jonwicks25)

    Sorry yes my fault I Ment styles.css within A child theme not the parent template. My bad

    Thread Starter kirstybash

    (@kirstybash)

    Hi Jon

    thanks for the info. This has worked perfectly!
    I am using a plugin and not editing the style.css

    Tx Kirsty

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

The topic ‘Whitespace please help!!!’ is closed to new replies.