How to add right aligned logo to masthead
-
I’m trying to add a 52×52 image (top of site title to bottom of the site’s description) on the right edge of the masthead. In other words, much like the effect produced by this childtheme code I found in the forum, but 52×52 and on the right side of the masthead instead:
#masthead hgroup { position: relative; } #masthead hgroup:before { content: url("https://dummyimage.com/72x72/39de33/0011ff.png"); display: block; width: 72px; height: 72px; position: absolute; } .site-title, .site-description { padding-left: 96px; }
I haven’t been able to find a previous post that addressed this.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to add right aligned logo to masthead’ is closed to new replies.