• I am using child theme on 2013 theme for https://www.candycartplus.co.uk

    How do I move the site title & tag line up.

    I wish to lift the heading up but don’t know where the css is for the Site Title padding.

    My child theme has styles.css and functions.php available to me, do I need to add to my child theme

Viewing 1 replies (of 1 total)
  • Thread Starter quintain

    (@quintain)

    If all else fails use firebug, I must learn how to use it more correctly/easily.

    To move the title use padding command.
    I have placed this in my style.css child theme and it works.
    The original theme top padding was 58px

    /* start site title alteration */
    .site-title {
    padding: 28px 0 10px;
    }
    /* end site title alteration */

Viewing 1 replies (of 1 total)
  • The topic ‘Move site title 2013 child theme’ is closed to new replies.