Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @crackerjacksky

    To place the title and subtitle next to your logo at first you need to add the Custom CSS though the plugin.

    You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.

    Custom CSS

    After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.

    Here copy and paste below CSS

    .site-branding {
        overflow: visible;
    }
    
    p.site-title {
        position: relative;
        left: 124px;
        bottom: 160px;
    }
    
    p.site-description {
        position: relative;
        left: 124px;
        bottom: 150px;
    }

    Hope this will resolve your issue.

    Best Regards!!

    Thread Starter crackerjacksky

    (@crackerjacksky)

    Thanks so much. That did the trick!

    Might u ask one more thing? Do you have any idea why the space between my header and the ‘page’ area below is so big?

    Hello @crackerjacksky

    To decrease the space between the header and the page you need to use the below CSS code.

    header#masthead {
        margin-bottom: 23px;
    }

    You can adjust the height according your requirement.

    I hope this will resolve your issue.

    Best Regards!!

    Thread Starter crackerjacksky

    (@crackerjacksky)

    Thanks for your reply. Unfortunately nothing seems to happen when i change the value to 0….

    (i’ve also tried adding a “.” to ” header#masthead).

    Am i doing something wrong?

    Thread Starter crackerjacksky

    (@crackerjacksky)

    I’ve just pasted some code i found elsewhere on the site, and it seems to do the trick 😉

    Thanks for looking into this however!

    Hello @crackerjacksky

    I am glad that you could solve your issue.

    Best Regards!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Title next to logo instead of below’ is closed to new replies.