Add logo to top right of twenty thirteen header
-
Have managed to add a logo to the header section of the twenty thirteen template by updating ‘header.php’
Have managed to float the logo to the right but it pushes the site tile and site description down. Does anybody know how I can maintain position of site title and description whilst floating logo to the right?
Current css below:
.site-title { font-size: 50px; float: left; position: relative; } .site-description { font: 20px Verdana; float: left; position: relative; } .header-logo { position: relative; padding-top: 20px; float: right; }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Add logo to top right of twenty thirteen header’ is closed to new replies.