Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Please make child theme and create header.php in child theme directory.

    Now copy code from LINK and paste to header.php that you create in child theme directory.

    Save the changes.

    Thanks.

    Thread Starter miden24

    (@miden24)

    Hi,

    I’m having problems following along on your tutorial on how to make a child theme.

    How do I access/create a child theme directory?

    Do I need to go through filezilla to access the files?

    And where is wp-content?

    Hi,

    Please install One Click Child Theme Plugin.

    Now follow above given instructions.

    Thanks.

    Thread Starter miden24

    (@miden24)

    Hi,

    I’m really new to this so I’m not sure what you mean by creating a header.php into my child theme directory.

    View post on imgur.com

    So I downloaded One Click Child Theme so that’s that.

    Is the directory for my now Child theme located in the edit section? Just like the picture I provided above ^ ? Or where can I locate the Child Theme Directory or how do I make one?

    Where is the header.php you’re speaking of? Or how do I create a header.php?

    Thanks

    Hi,

    Please go to theme folder where your all theme are situated.

    The child theme directory that you create by One click Child Theme Plugin that will be made in your theme’s folder.

    Please see below image for child theme.
    Image

    Now open child theme folder and create header.php file.

    And follow above given instructions.

    Please let me know after this.

    Thanks

    Thread Starter miden24

    (@miden24)

    Hi,

    I got it to work.

    By any chance, what’s the css to make my header to be something more like this? Having the header more stretched instead of having it blocked like a cube?

    Thanks

    Hi,

    Please replace your child theme’s header.php file code with this LINK file code.

    Now go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Now copy below CSS code and paste into Custom CSS Editor.

    .site-title {
        display: inline-block;
        padding-left: 5px;
    }

    Save the changes.

    Thanks.

    Thread Starter miden24

    (@miden24)

    Hi,

    Thank you for your patience and on-going support!

    This is now resolved.

    Do you know the css tag to move around the site logo?

    By any chance, is there a library of css code for future reference when I want to customize the css and such?

    Hi,

    You can search .site-title or .logo css tag and customize the css.

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to get site logo on par with site title?’ is closed to new replies.