- This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › how can I line up Menu and JetPack Social Buttons in Before Header Widget
Tagged: Before Header Widget, Social Buttons
I have this test-site: http://sunshine.lindebjerg.de/
In the Before Header Widget I have a Menu on the left and JetPack Social Buttons on the right. But I cannot get them to line up in one line to use less space in Desktop version…
how can I line up Menu and JetPack Social Buttons in Before Header Widget?
Best Regards,
Jesper
Add this CSS
.widget_wpcom_social_media_icons_widget {
float: right;
margin-top: 13px;
}
.home .before-header .widget,
.before-header .widget {
display: inline-block;
}
I did the CSS for desktop only. You will fix the CSS for mobile device.
Hi Paul,
thank you, just perfect. I will update the CSS for Mobile myself:-)
Cheers,
Jesper