S STORMS Active member Oct 2, 2012 #1 I had help getting our current banner just right but am looking to officially change it out now and what I changed it on our "default" theme, it did this.. Any help?
I had help getting our current banner just right but am looking to officially change it out now and what I changed it on our "default" theme, it did this.. Any help?
Arty Well-known member Oct 2, 2012 #2 In style properties select group "header and navigation" and change logo height Upvote 0 Downvote
S STORMS Active member Oct 2, 2012 #3 Arty said: In style properties select group "header and navigation" and change logo height Click to expand... Thank you! How about centering? Upvote 0 Downvote
Arty said: In style properties select group "header and navigation" and change logo height Click to expand... Thank you! How about centering?
Arty Well-known member Oct 2, 2012 #4 In header.css find #logo, remove float:left; and add this: Code: width: 200px; margin: 0 auto; Change 200px to width of your logo image Upvote 0 Downvote
In header.css find #logo, remove float:left; and add this: Code: width: 200px; margin: 0 auto; Change 200px to width of your logo image
S STORMS Active member Oct 2, 2012 #5 Arty said: In header.css find #logo, remove float:left; and add this: Code: width: 200px; margin: 0 auto; Change 200px to width of your logo image Click to expand... I actually just used settings that were already put in place by Jaxel. Thanks for your help! Upvote 0 Downvote
Arty said: In header.css find #logo, remove float:left; and add this: Code: width: 200px; margin: 0 auto; Change 200px to width of your logo image Click to expand... I actually just used settings that were already put in place by Jaxel. Thanks for your help!