• Hi all,

    I am trying to get the content (text written under heading ‘home’) stretch from the left menu all the way to the grey on the right. Currently there is too much white space the left and right of the content.

    How do I do this? I have tried with tweaking the margins but to no avail. Thank you.

    https://www.ukraxdemo.com/

    -Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • Start by correcting your child theme – the style.css file should contain ONLY changes, not the whole parent stylesheet – and the top section should be this:

    /*
    Theme Name:     Twenty Eleven Child
    Theme URI:      https://example.com/
    Description:    Child theme for the Twenty Elevent theme
    Author:         Tom DuScheid
    Author URI:     https://lastingtree.com
    Template:       twentyeleven
    Version:        0.1.0
    */
    
    @import url("../twentyeleven/style.css");

    Changes to CSS go below that.

    Thread Starter tduschei

    (@tduschei)

    Thank you very much for the fast help WPyogi, much appreciated.

    I think I have made your recommended changes now, what am I still missing?

    -Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress 2011 Theme Content’ is closed to new replies.