- This topic has 17 replies, 4 voices, and was last updated 3 years, 2 months ago by
Leo.
-
AuthorPosts
-
January 9, 2017 at 3:43 pm #262397
leo
If this came up here before: sorry.
I have a floating-right secondary menu in the header. I would like to position the social media icon widget between the secondary menu (top) and the primary menu bar (bottom). Is this possible?
Thanks!
January 9, 2017 at 4:24 pm #262402Leo
StaffCustomer SupportHi there,
Looks like that white space is the header area?
If so you can add them in the Header Widget area.Let me know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2017 at 9:44 pm #262451leo
I can place the icons in the header as a widget, but I cannot get them to move to the right.
January 9, 2017 at 10:20 pm #262454Leo
StaffCustomer SupportIt should be default to the right – Can you check your setting in Customizer > Layout > Header > Header Width and set it to Full?
If that doesn’t work are you able to provide a link?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2017 at 10:37 pm #262456leo
I have Header Width set to Full and Inner Header Width set to Contained.
January 9, 2017 at 10:41 pm #262457leo
Maybe I should add that I used css to move them downward a little:
.header-widget .widget {
padding-top: 40px;
}But removing that doesn’t change anything.
January 9, 2017 at 10:43 pm #262459Leo
StaffCustomer SupportCan you provide a link or on localhost?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2017 at 11:13 pm #262461Leo
StaffCustomer Supportahh I see the secondary navigation is inside the header…so removing that padding-top code above should move the icons right next to the secondary navigation.
One way I would suggest is to set the the secondary Navigation Position to Above Header, Navigation Alignment to Right. (Customizer > Layout > Secondary Navigation)
Then the icons should move to the right with the secondary navigation above them.
Let me know if you prefer to have the secondary nav inside the header.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2017 at 11:26 pm #262463leo
I had it above the header before, but it increases the header height too much. So yes, I would prefer the secondary nav inside the header.
January 9, 2017 at 11:28 pm #262464leo
OT: could you please remove the link? It’s a development site.
Thanks!
January 9, 2017 at 11:41 pm #262466leo
I just found out that when I set the secondary menu’s height to 0, the icons move to the right, but then the menu collapses.
January 9, 2017 at 11:53 pm #262472Tom
Lead DeveloperLead DeveloperI would have to see the actual site to give exact CSS – I’m assuming it was removed?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 10, 2017 at 12:44 am #262484leo
Yes, I don’t want it posted here. I emailed it to support@generatepress.com
January 10, 2017 at 8:46 am #262594Leo
StaffCustomer SupportHi Leo,
I see that you have the secondary nav set to Above Header now.
If you prefer to have it inside header Float Right like before, this CSS should work:.header-widget { clear: both; }
Sorry it took so many attempts but this should work now. Let me know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 7, 2017 at 11:28 am #444194Howard
Hi Tom
Having same problem..
Using your social icons in header. It stays on right side even when I move it to center. (Desktop) On mobile seems to show left..above logo.
Wanted to try to move the icons to center of header as my logo is on left
Any suggestions
https://rawassertions.com
howard -
AuthorPosts
- You must be logged in to reply to this topic.