Header and Subtitle placement

  • Unknown's avatar

    hiya !
    i’d like to be able to change the position of the header and subtitle within the header box. (left or right, up or down instead of dead centre)
    any help would be greatly appreciated !
    cheers,
    marc

    theme: Kelly

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi marc

    I see that you have used some some custom CSS to add some padding to the left of the site title.

    Are you happy with the position now?

    If you can give me more information about what you are wanting to achieve I can help you with the code.

    You could use the following to float the title and tagline to the right.

    .site-title a {
        float: right;
    }
    
    .site-description {
        float: right;
    }
  • Unknown's avatar

    hi g ! thanks !
    yup, i had previously found the padding code on another thread and tried it out but wan’t entirely satisfied with its limitations.
    however, i took your code and added
    padding-left:110px;
    to both site-title and site description and it looks like i’ll be able get what i was hoping for.
    thank you very much for your help ! :-)
    chers,
    marc

  • The topic ‘Header and Subtitle placement’ is closed to new replies.