Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1052096

    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

    #1052109

    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

    #1052400

    Hi Ken Cloud,

    In the Theme options > Header you can set where to display social media icons:
    Image 2019-01-10 at 17.59.51.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1052409

    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.

    #1052504

    Hi kcloud3,

    That can be changed here
    Image 2019-01-10 at 21.12.40.png

    Theme options > Header > Extra elements tab.

    Best regards,
    Victoria

    #1052517

    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.

    #1053118

    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

    #1053226

    Works perfectly! Thank you!!!

    #1053319

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.