jckamler
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Center logo in flozo themeFixed. THANK YOU!
Forum: Themes and Templates
In reply to: Center logo in flozo themeIt worked! You are awesome. One strange thing happened though: the image slider seems to have been pushed down 40 pixels or so–the black nav bar is supposed to be flush with the white header/logo area. : http://www.joshkamler.com/
Forum: Themes and Templates
In reply to: Center logo in flozo themeHere is everything for the header from the style sheet. As you can see, I tried (& failed) to change use the text-align: center in the logo section…
header{
padding: 20px 20px 20px 20px;
position: relative;
overflow: auto;
height: auto;
background: #ffffff;}
header a.logo{
float: none;
text-align: center; }header p.tagline{
float: left;
margin: 40px 0 0 20px;Thanks so much for all your help! I’ll keep tinkering…
Forum: Themes and Templates
In reply to: Center logo in flozo themeForum: Themes and Templates
In reply to: Center logo in flozo themeThanks Andrew. But that didn’t work. Any other suggestions?
Forum: Themes and Templates
In reply to: [Clean Retina] Center Logoi’m trying to do this as well, but neither of the above solutions work. here’s whats there now:
header{
padding: 20px 20px 20px 20px;
position: relative;
overflow: auto;
height: auto;
background: #ffffff;}
header a.logo{
float: none;
text-align: center;
}
header p.tagline{
float: left;
margin: 40px 0 0 20px;
}any help would be appreciated!