Header Logo

Support Area Forums Forward Header Logo

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://cdsocceralumni.org/
  • Author
    Posts
  • #37749
    Avatar photoCarl
    Participant

    Hey Bill,
    Hope all is well. Question, how can I center my logo? Also, how can I pick a different one for the mobile. I know it takes some css, but you are the WIZARD!

    #37768
    Bill Robbins
    Moderator
    
    #logo {
    	float: none;
    	text-align: center;
    }
    
    @media only screen and (max-width: 520px) {
    
    	#logo a {
    		content: url('https://yoursite.com/image.png');
    	}
    
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header Logo’ is closed to new replies.