Hi, At the bottom of this page it states that there are dozens of header layouts https://kriesi.at/themes/enfold-2017/features/
I am currently using EnfoldVersion: 4.5 and Enfold ChildVersion: 1.0
I do not see anywhere how to change menus. I want the Social Media Icons to be to the right of the Main Menu.
What am I missing?
Thanks,
Ken Cloud
Tried to use this https://kriesi.at/documentation/enfold/header/#toggle-id-2
Got an error when I attempted to add the code to functions.php
Hi Victoria,
Thank you for your response. I would like to move the Social Icons to the right of the menu. You can see that they are to the right of the the logo. Would like them to the right of the menu.
Victoria, Please look at the link I sent you. My menu is below the logo. So when I select Display In Main Header Area, it is to the right of the logo. I want it to be on the next row down to the right of the menu.
Hi kcloud3,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 990px){
.html_bottom_nav_header #top .av-logo-container .social_bookmarks {
position: absolute;
top: 113%;
right: 25px;
margin-top: 0;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Works perfectly! Thank you!!!