Can you please provide a link to your site
Thanks
Hi Eric,
yes, fo sho .. although ‘site’ might be a bit of an ambitious description at this embryonic stage … 🙂
http://www.reclusivecook.com
Hi Eric,
yes, fo sho .. although ‘site’ might be a bit of an ambitious description at this embryonic stage … 🙂
http://www.reclusivecook.com
OK – 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
Hi reclusivecook,
You can move it further to the right by adding:
margin-right: -20px;
Increase the value until the positioning is to your liking. Keep in mind though that this will cause issues when the site is viewed on smaller devices (smartphones, for instance).
— Anders
Thank 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!