Site logo

Archived topic

Site logo aligned with the navigation menu

11 replies · Started by 4everfun on September 22, 2015

Viewing posts 1–12 of 12

Dear support,

For this website I'm building I would like the logo to be alligned with the start of the navigation menu.
The first button 'home' has to be aligned with the left side of the logo.

I already added this custom CSS to the child theme:

body .inside-header.grid-container {
      display: inline-block;
      margin: 0 auto;
      max-width: 60%;
      width: auto;
      text-align: left;
}

But this makes the logo aligned to the left (that is ofcourse logical).
I could try and add some px to the text-align but this would change depending on the screen size.

Thanks in advance.

try removing the display-flag, then it should work

body .inside-header.grid-container {
      margin: 0 auto;
      max-width: 60%;
      width: auto;
      text-align: left;
}

edit: wrong info, sorry. does not work when scaling the window...

Try removing the css you added previously, and then add this:

.site-logo img {
      margin-left: -5%;
}

That last suggestion worked, thanks both!

Can an admin delete the website name? I don't want google to index this, thanks in advance! :)

Haha, there is a small miscommunication here, I meant the site name in this thread.
I can't edit my original post, thanks in advance!

I meant the site name in this thread

I'm not sure what you mean by this. Can you explain in more detail what it is you want to achieve?

Ohh...if you are saying about this forum thread link to your site, yes the admin can edit for you.

:)

Guess I was trying to read too much into it :) Thanks Jean.

No problem @bdbrown! :P

@4everfun I asked to Tom delete the link to your site.

Done :)

Thanks! That was what I meant yeah! :D

This archived topic is closed to new replies.