Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1037368

    Hi all,

    how can I put the secondary menu/phone info between logo and main menu?
    I want to change this and have no information in the Enfold custom theme in the backend.
    thank you for your help

    #1037420

    Hey gilleskom,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1037424
    This reply has been marked as private.
    #1037430

    Hi,

    So you want the info normally in the blue top bar centered between logo and menu correct?

    Best regards,
    Jordan Shannon

    #1037431

    Yes please

    • This reply was modified 6 years, 8 months ago by gilleskom.
    #1037651

    Hallo can someone help me?
    Thanks

    #1037957

    Good morning Jordan please can you tell me how I can do this?
    If it’s not possible please tell me.
    Thank you for your help.

    #1037958

    Hey Jordan,

    If it’s not possible, is there a possibility to put a container like that between the logo and the main menu? I have try it the the enfold child theme by adding some code in the function.php file bit without results.

    Thank you.

    #1038112

    Hi gilleskom,

    You need to add a widget to the header area and put whatever you need in there.
    Here are the docs for you

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

    #1038158

    Thank you Victoria,
    I already try to do that but it is not working like I want.
    I want the info in the blue top bar between logo and menu.
    Thank you for your help

    #1038178
    #1038633

    Hi gilleskom,

    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

    
    #top #header_meta {
      position: absolute; 
      top: 0;
      width: 100vw;
      margin-bottom: 10px;
    }
    .html_header_top.html_bottom_nav_header #header_main {
      padding-top: 40px;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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