• Can somebody help me out with the custom css needed to center my logo? my website is SneakerHeaven.com.

    Any help would be much appreciated.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • This will center it within its span of 8 columns:
    .head .logo { text-align: center }

    This will center it absolutely within that row on account of the search bar:
    .head .logo { text-align: right }

    It’s not pixel perfect, but you can take care of that by adding padding to the anchor tag:
    .head .logo a { padding-right: 25px }

    In your case you might want to just use those last two.

    Thread Starter sharpmoney

    (@sharpmoney)

    That worked perfectly. Thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do i center my logo?’ is closed to new replies.