Header change (again)

  • TommyK

    #5426

    Hi

    You helped me a month ago with setting up a child theme so that any updates to the theme would not affect certain aspects. More specifcally, the title of our website had moved from the bottom of the header to the middle, and I wanted it back at the bottom.

    I got a child theme set up and a style.css document started. All was good. Then I upgraded the new Graphene theme and lots of things went wrong. It seeems this was an issue on your side and it is all now back to normal….except I now have the same problem with the header, the title has moved to the middle of the header again and my style.css document is not helping.

    I’ve tried deleting the style.css document and loading it up again. No joy.

    This is what the style.css doc has written in it.

    /*

    Theme Name: Graphene Child

    Theme URI: http://example.com/

    Description: Child theme for the Graphene theme

    Author: Tom Krailing

    Author URI: http://example.com/about/

    Template: graphene

    Version: 1.0

    */

    @import url(“../graphene/style.css”);

    /* Your modification goes here */

    .header_title {

    bottom: 0;

    }

    Can you help.

    As always, really appreciate your help.

    Thanks

    ronangelo

    #31945
    .header_title {
    bottom: 0 !important;
    }

    TommyK

    #31946

    Thanks. Job done.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.