designing

  • Unknown's avatar

    I there I just what to get the package of CSS about my website design,I what the header to be at the center,etc.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I’ve taken a look at your site, and your existing custom CSS. CSS is theme specific, and you have added CSS that is not for the Twenty Sixteen theme, so to prevent issues I suggest that you delete all of that custom CSS as it will not work with your chosen theme.

    The site branding (logo, title and tagline) share the horizontal space with the menu, so what we would have to do to be able to center the logo, title and tagline would be to put the menu below them. Replace all the existing custom CSS you have with the following and see what you think.

    .site-header-menu {
      width: 100%;
      text-align: center;
    }
    .site-header-menu ul {
      display: inline-block;
    }
  • The topic ‘designing’ is closed to new replies.