- This topic has 5 replies, 2 voices, and was last updated 11 years ago by Sakin.
-
AuthorPosts
-
November 14, 2013 at 9:56 pm #17231SarahMember
Hello,
I have a logo and a right sidebar in my header. I would like the entire header to be smaller. Is there a way I can reduce the amount of space between the three widgets in my sidebar?
Also, I would like to center the logo and add text to the left of it. Is there a way to do this?
Thank you.
http://threeriversrowing.org/wordpress/November 15, 2013 at 1:07 am #17244SakinKeymaster@Sarah: For widget spacing you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget_text { margin-bottom: 15px; } #header-right .widget_text p { margin-bottom: 0; }
You cannot make it logo center with logo and right sidebar. It will need details customization and I think you should hire customizer.
About the logo what you can do it. You can just add the Text from “Site Title” and “Tagline” from “Settings => General” and then go to “Appearance => Theme Options => Header Options”. Check “Move Site Title and Description” and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { float: left; } #site-logo { clear: none; float: left; }
November 15, 2013 at 1:40 am #17250SarahMemberThanks, Sakin.
Your answer to my first question worked well.
Can you help me reduce the white space at the top of my header?
The answer to my second question just put a line of text at the top above my logo, which is not what I am looking for.
Is there a way to add text in the middle of the header, between my logo and the sidebar?
Thank you.
November 15, 2013 at 4:15 pm #17273SakinKeymaster@Sarah: That is why I gave you the css and the instruction. You need to follow both as this is bit complex. If you have difficulty adding it then use hire customizer.
November 15, 2013 at 11:14 pm #17291SarahMemberI tried that code and instructions twice but, it puts the text at the top of the header above the logo.
November 16, 2013 at 9:01 pm #17324SakinKeymaster@Sarah: So, you want in this order right
1. Logo
2. Site Title and Description
3. Header Right Sidebar1. For that go to “Appearance => Header”, there you have to check in “Show header text with your image” and then you can add site title and tagline text from “Settings => General”
2. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box.@media screen and (min-width: 961px) { #hgroup.with-logo { clear: none; float: left; max-width: 50%; } }
-
AuthorPosts
- The topic ‘Header Sidebars’ is closed to new replies.