reclusivecook
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Move Location logo in headerThank you Anders!
Amazing theme, by the way. I love it. It’s minimalist without being overly simple. It’s elegant.
I’ve made quite a few tweaks now and I’m constantly finding new ways to use it for my site (currently being filled, so no peeking until it’s ready ..)
Anyway, just wanted to say a double thanks for the theme and the reply!
Forum: Themes and Templates
In reply to: [Hemingway] Move Location logo in headerOK – partial fix using an earlier response from Anders:
Go to line 251 in style.css and change the following:
.blog-info {
display: inline-block;
padding: 30px;
background: #1d1d1d;
}
to the following:
.blog-info {
float: right;
padding: 30px;
background: #1d1d1d;
}
Next, go to header.php and find line 54. Directly after <?php endif; ?>, add: <div class=”clear”></div>. Save.HOWEVER – I’d like to get the logo further to the right and slightly higher up in the header ….
Any ideas … ??? I was pissing around with margins, but it doesn’t seem to help
Forum: Themes and Templates
In reply to: [Hemingway] Move Location logo in headerHi Eric,
yes, fo sho .. although ‘site’ might be a bit of an ambitious description at this embryonic stage … 🙂
Forum: Themes and Templates
In reply to: [Hemingway] Move Location logo in headerHi Eric,
yes, fo sho .. although ‘site’ might be a bit of an ambitious description at this embryonic stage … 🙂