• Resolved reclusivecook

    (@reclusivecook)


    Is there any way to change the position of the logo from the middle of header image to the far left or far right?

    As it is right now, the header just slightly obliterates the header image I need to use; and that image cannot be re-sized around the logo size, or cut in such a way as to recenter it …..

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you please provide a link to your site

    Thanks

    Thread Starter reclusivecook

    (@reclusivecook)

    Hi Eric,

    yes, fo sho .. although ‘site’ might be a bit of an ambitious description at this embryonic stage … ??

    https://www.reclusivecook.com

    Thread Starter reclusivecook

    (@reclusivecook)

    Hi Eric,

    yes, fo sho .. although ‘site’ might be a bit of an ambitious description at this embryonic stage … ??

    https://www.reclusivecook.com

    Thread Starter reclusivecook

    (@reclusivecook)

    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

    Theme Author Anders Norén

    (@anlino)

    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

    Thread Starter reclusivecook

    (@reclusivecook)

    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!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move Location logo in header’ is closed to new replies.