Hi,
My client’s site http://www.abidinghope.org currently has the Social Profiles displayed in the Main Header Area (this is what they want). However, they’d also like for the Social Profiles to appear on the Mobile Version. The only way I’ve found to do this is move the Social Profiles to the Top Bar, but they don’t like how that looks on the desktop version. Is there any way to have the Social Profiles in the Main Header Area on Desktop AND in visible on Mobile?
Thanks in advance for any help!
Hey! Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 989px) {
.responsive.html_mobile_menu_tablet #header_main .social_bookmarks {
display: block;
top: 0px;
}}
Best regards,
Yigit
Hi! Thanks for your response. That worked!
I had to mess with the header height a bit to keep the Social Profiles from being cut off by the top bar, but it worked!!
Thanks again :-)
Hi!
You are welcome :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit