- This topic has 4 replies, 2 voices, and was last updated 6 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Center logo AND site title text
Tagged: logo
Greetings.
I need to have BOTH site logo and site title text side-by-side and centered.
I managed to get site logo centered by adding this code which I obtained from this same forum (thanx to the original poster)
.title-area .site-title a {
background-position: center center!important;
float:none!important;
margin-left:auto!important;
margin-right:auto!important;
}
Thing is, by doing this logo image replaces site title text, it’s one or the other. And I need both of them side-by-side, as in this example: http://www.awesomescreenshot.com/image/2477133/06ded45a12eb85cb975ace5a0dffcf2e
I have already entered logo dimensions as argument in custom-header settings
Thanks for your effort Wes, really thought it would be easier, just placing site title next to log and both centered.
But as you said, Genesis replaces site title with logo when you load one, so we must need to first deactivate this functionality.
Regards