Centering Header and adding height

Homepage Community Forums Epik Theme Support Centering Header and adding height

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15167
    PrintsCharming
    Customer

      Hello there! I’ve been looking through the forum and think I’ve almost got what I need but it’s still not quite working. I’d like to center the logo/header on this site: http://www.northportcandle.com and can’t seem to make that happen. If anyone could help me that would be excellent! Thanks!

      #15174
      kronos
      Customer

        Add this to your css

        .site-header .site-title a{
        	background-position: center !important;
        }

        That should do it.

        Also, if you want to add more height to your logo (since it appears to be cutoff), then you can look at line 2057 and adjust the min-height from 164px to around 240px –

        .header-image .site-title a {
        	float: none;
        	min-height: 240px;
        	width: 100%;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.