This topic has 4 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Hi,
I wish to be able to add “Follow Us” social icons to the right hand side of the main navigation area.
At the moment I have got the [share] icons in that area by placing the shortcode in the “Left side top bar area”. The “Right side top bar area” does not seem to work.
Hello,
Sorry, but we don’t have such feature in our theme.
You can try to use some third-party plugin to implement such functionality.
If you change header type for others like Header Type 1 the “Right side top bar area” will work.
Regards,
Robert Hall.
Ok, no problem. I’ll have a mess around with it.
I’m just curious though – why when using this header, does the “Left side top bar area” put the content on the right side of the main navigation.
Try to add this code in Global Custom CSS. This should change the position of them.
.header-type-10 .menu-wrapper .navbar-collapse{
float: right;
}
.header-type-10 .menu-wrapper .languages-area{
float: left;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up