Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9033
    dt2791
    Participant

    I would like the have my site’s name and subtitle alongside the logo, rather than sitting beneath it, making the overall header too deep for my liking.

    Is this something a beginner can do? I don’t want to edit CSS or do anything other than basic HTML editing as a last resort.

    http://www.inhighdefinition.co.uk

    I’d appreciate any opinions from those who know more.
    David.

    #9045
    Sakin
    Keymaster

    @dt2791: The best option is to make the logo image with the Site Title and Tagline. So, it will be single image. Then you can just hide the header text from “Appearance => Header”.

    The another option will be to add in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding hgroup {
        height: 1%;
        overflow: hidden;
    }
    #site-logo, #site-details {
        display: inline-block;
        float: left;
        margin-right: 2%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reposition logo and website title?’ is closed to new replies.