Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15312
    marga
    Participant

    Hello,
    Today I updated to latest version from catchbox and wordpress, and after this the title and subtitle in the header has no space anymore at the left side.
    this is my website http://weg-ins-mensch-sein.de/
    I´m working with a child theme and using the custom css.

    could someone give me a suggestion how to fix this. or is this a problem of the theme.
    greetings from germany. Marga

    #15329
    Sakin
    Keymaster

    @marga: The way you have define child theme is incorrect. Your child theme style.css should be as below.
    /*
    Theme Name: Catch Box Child Theme
    Theme URI: http://catchthemes.com/themes/catchbox/
    Author: Catch Themes Team
    Author URI: http://catchthemes.com
    Template: catch-box
    Description: Child theme of Catch Box WordPress Theme
    Version: 1.0
    */

    /* =Import Parent theme CSS
    -------------------------------------------------------------- */
    @import url("../catch-box/style.css");

    /* =Child Theme Custom CSS
    -------------------------------------------------------------- */

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘title in header changed after update’ is closed to new replies.