Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Schutter

    (@tschutter)

    Try some basic CSS for a quick solution. Add this to your style.css:

    #system .one_fifth h4,
    #system .one_fifth p {
    text-align: center
    }

    Thread Starter samphai

    (@samphai)

    Thanks Tobias but it does not work. The buttons are still below and left aligned ??

    Plugin Author Tobias Schutter

    (@tschutter)

    I tested it in Firebug… it will work. But your theme does not use style.css it seems.

    Try putting it in base.css.

    #system .one_fifth h4,
    #system .one_fifth p {
    text-align: center;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Headertext with Image below and reduce space inside the columns’ is closed to new replies.