Where to copy/paste this code?
The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we strongly recommend you create a child theme. Everything you need to know about creating a child theme with Customizr here.
SI = Right, Tagline = Left:
/* START OF Move the Social Icons and Tagline */ /* Move SI to Right, adjust margins if needed */ .navbar-inner .social-block { float: right; margin-top: 10px; margin-right: 0px; text-align: right; } /* Move Tagline to Left */ .navbar-wrapper .navbar h2 { float: left; margin-top: 10px; margin-left: 20px; text-align: left; } /* Hide Tagline, if not needed */ .navbar-wrapper .navbar h2 { display: none; } /* END OF Move the Social Icons and Tagline */
SI = Right, above Tagline:
/* START OF Move the Social Icons and Tagline */ /* Move SI to Right, adjust margins if needed */ .navbar-inner .social-block { float: right; margin-right: -30px; text-align: right; } /* Move Tagline to Right, adjust margins if needed */ .navbar-wrapper .navbar h2 { clear: both; float: right; margin-top: 0px; margin-left: 20px; text-align: right; } /* END OF Move the Social Icons and Tagline */
SI = Right, below Tagline:
/* START OF Move the Social Icons and Tagline */ /* Move Tagline to Right, adjust margins if needed */ .navbar-wrapper .navbar h2 { clear: both; float: right; margin-top: -30px; margin-left: 20px; text-align: right; } /* Move SI to Right, adjust margins if needed */ .navbar-inner .social-block { float: right; position: relative; top: 40px; margin-top: 0px; margin-right: -30px; text-align: right; } /* END OF Move the Social Icons and Tagline */
25 thoughts on “Move the Social Icons and Tagline”
Hey Guys, please I really need your help here.
I have been trying to get my logo and menu button to be on the same line for ages!
I dont want a tag line. I just want the logo, social icons and menu bar to be inline. I’ve tried everything.
The way it is right now, it(header) takes up too much space on mobile view when the page loads up for the first time
Hi,
The developer team handles support for Customizr at https://wordpress.org/support/theme/customizr and for Customizr-Pro at http://presscustomizr.com/support/. Please post your query there with a link to your site.
I have the title on the upper left, primary menu on the upper right, secondary menu just below the primary menu and cannot move the tagline just below the title (lower left). I was trying with this code:
#secondary-menu ul {text-align: right; list-style-type: none;}
#secondary-menu ul li {display: inline-block; padding: 20px;}
.navbar-wrapper .navbar .site-description {
float: left;
margin-left: 10px !important;
text-align: left;
}
…to align the tagline as left as possible but the tagline is positioned next to the title. So, can somebody help me to move the tagline BELOW the title (I hope that then this code will work nice in term of left alignment). Thank you!
Hi Ela,
Our developer team handles support at https://wordpress.org/support/theme/customizr. Pose your question with a link to your site. Thanks.
Hi Meneka,
I’m not able to view the “Social” tagline in my primary Sidbar ,I’m using the hueman theme.
honestly I don’t know why this is not working for me… I just want to move the tagline left and social icons right. I know my child css is working al-right, because i have used it to add a fourth footer widget without any glitch? what might be the possible cause
HI,
I want to let the facebook icon just beside my navbar. how should I do?
Hello Elaine,
if you leave the facebook url empty in the social links settings you’ll get rid of the facebook icon anywhere.
If you want just remove it from the header, try adding the following to your custom css:
Hope this helps
p.s.
if you have any caching plugin active remember to clean its cache and anyway clean your browser’s cache if you don’t see changes immediately.
Hi ,
It is me again!
Trying to make tagline = span 11 and SI span 1.
How can I get it?
Thanks !!!
Helena
Hi, Thanks for this update.
Just was I was looking for!
I changed this line :
‘ text-align: left!important;’
otherwise tagline was still right aligned 🙂
I am learning 😉
But I do not get that exactly the way I want….
‘margin-left: 0px!important;’ does not bring tagline to be aligned with nav-bar by left side. I have tried some other codes but no success.
Also when you have navigatin sticky tagline goes back to the right above the SI….
Can someone help me?
Thanks for taking the time to help.
Hello Helena,
you have this:
why don’t you use this (I mean replace that with this code below)?
Did this help?
Thanks Rocco,
It did!!!
By the Customize it was perfect.
After saving, tagline was still aligned right.
So I added this:
text-align: left;
Now it is exactly where I wanted.
Yeah sorry I missed that 😀
Glad you solved 😉
Do not need to be sorry!
This way I can check if I have learned something…
🙂
Thanks for the snippets, Dave.
My issue:
1. I swapped the Tagline and SI positions.
2. I need the Tagline to be left-justified to just above the top navgation menu word UPCOMING.
3. I need the SI to end just above the last navigational menu word MEMBERS.
I have fooled around with all kinds of left and right margin numbers but nothing works!
Any ideas? Thank you VERY much for your efforts!
JBATX
Here is my child theme CSS:
/* Your awesome customization starts here */
/* Move Tagline to Left */
.navbar-wrapper .navbar h2 {
float: left;
margin-top: 10px;
margin-left: 0px;
text-align: left;
}
/* Move SI to Right, adjust margins if needed */
.navbar-inner .social-block {
float: right;
margin-top: 10px;
margin-right: 45px;
text-align: right;
}
My site:
http://austinhackney.org/
i have my logo centered and am looking for a way to maximize the responsiveness. what i’d like to do is move the social icons above my centered logo (outside the navbar). then ideally i can center my menu and decrease the navbar width so minimal reduction of the page size doesn’t trigger the responsive “menu” button. make sense?
i understand how to center the menu and navbar and adjust the width % of the navbar box. i am hung up on moving the social icons above the centered logo.
thank you!
Hi – I’m working with the customizr theme for the first time. I have been trying to figure out how to move the social icons and tagline out of the navigation, if that’s possible? I want the SI in the footer only and to move the tagline underneath the site title/logo.
any suggestions on how to do this is greatly appreciated.
thanks
HI Dave
Thanks for everything posted here.How to add social icons in navbar list items…
Sorry, I don’t understand your question? Here’s all the Snippets relating to Social Icons.
If that doesn’t help, I’d suggest the Forum would be a better place to get a solution for this, with a much wider audience to help fix problems. And please include a link to your Site.
Hi Dave, thank you for these Snippets, I’m very very new to WP and I’m finding them very useful!
I have a problem, though: I am trying to move the tagline to the left (on the right of the logo), but when I copy/paste your settings it moves further on the right side of the page!
I am trying to learn something about HTML and CSS, but as an absolute beginner, I am not able to understand what I’m doing wrong.
Thank you very much for your help and your time.
Sorry for delay in responding.
Most of these Snippets are tested standalone, so it is possible that when added to other CSS code they don’t work quite as intended. I’d suggest the Forum would be a better place to get a solution for this, and include a link to your Site.
Thanks for using Customizr.
Thanks, I’ll do that.
Hi Dave – was super proud of myself: been using div span 12’s (I know, not what they’re called) like it’s my job and found this forum without asking a question! However…it doesn’t answer what I’m trying to achieve 🙁
I do want social icons on the right, BUT I want them to be above or below the tagline (my tagline is the email and phone number) ((so both being float: right)). Whereas this snippet puts them within the same line.
Is there a fix for that?
http://www.ispeakdogtraining.com
Thanks!! 🙂
Keep it up! I’ve added 2 more boxes to the Snippet to answer your question. Hope that helps!