• I would like to customize my Oulipo template so that my heading appears at the top of my page and spans the entire width of the page. For an example, see http://www.capitalismmagazine.com/

    Unfortunately, I can’t comprehend the heading customization tutorials wordpress provides. I appreciate anyone willing to take time out of their day to help if they can.

    Thanks!

    website: youngcontrarian.org

Viewing 1 replies (of 1 total)
  • Hi learninghand,

    Please try the following example code in the style.css file of your current theme …

    h2 {
    font-size: 65px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    }

    Here, in place of ‘h2’ you can write the name of class used in your theme’s style.css file for heading text.

    After making changes reload the style.css file of your theme.

    I hope it helps you.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Customizing Oulipo Heading’ is closed to new replies.