Russ Well-known member Oct 11, 2013 #3 jauburn said: No one? Click to expand... Try this in extra: Code: #logo img { padding-left: 10px; } Adjust to your liking. Upvote 0 Downvote
jauburn said: No one? Click to expand... Try this in extra: Code: #logo img { padding-left: 10px; } Adjust to your liking.
jauburn Well-known member Oct 11, 2013 #4 Russ said: Try this in extra: Code: #logo img { padding-left: 10px; } Adjust to your liking. Click to expand... Thank you!! Upvote 0 Downvote
Russ said: Try this in extra: Code: #logo img { padding-left: 10px; } Adjust to your liking. Click to expand... Thank you!!
Jim Giles Member Nov 27, 2013 #5 How do I precisely navigate to add this code (where): #logo img { padding-left: 10px; } I'm trying to center my logo. And is there a better way to center my logo? Upvote 0 Downvote
How do I precisely navigate to add this code (where): #logo img { padding-left: 10px; } I'm trying to center my logo. And is there a better way to center my logo?
Jim Giles Member Nov 27, 2013 #6 P.S. My logo is very tall: 612 pixels and therefore leaves too much blue space to the right. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Nov 27, 2013 #7 Add to the EXTRA.css template in the style: Code: #logo { float: none; text-align:center; } Upvote 0 Downvote
Jim Giles Member Nov 27, 2013 #8 Yep, just found same: #logo { float: none !important; text-align: center; } Thank you. Upvote 0 Downvote