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

    Hi!

    Please help me, how to add a phone number and address in the main menu as shown on the screenhot in the Enfold theme?
    Phone number and location address are not links, regular strings.
    https://www.screencast.com/t/iu03nwc8QfTscreenshot

    #1071422

    Hey Stas,

    Here is a thread for you to consider
    https://kriesi.at/support/topic/adding-a-widget-area-to-the-header-6/

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

    #1072381

    I thank you for your answer.
    I’m sorry, but it didn’t work out, I can’t move the menu to the center and add the phone with the address as in the photo.

    #1072653

    Dear Victoria. Thank you for your answer, I’m sorry for that very long answers. My main problem is that I can’t move the menu to the center and it’s impossible to set phone number and address after the menu. I was very pleased to read the material on the link in that branch, but the problem was not solved. Perhaps you can tell me what actions after the activation of the php code must be made in the main.css?

    and another small question, how can I set my photo in my profile here? Seems like I’m here for a long time ;)

    #1073388

    Hi cforuswdc,

    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:1024px){
        .main_menu {
            margin-right: 25vw;
        }
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Now you can add the widget to the right of the menu.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1074414

    Thank you very much Victoria. Everything turned out and I am very happy! thanks. All perfectly!!!

    #1074466

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #1074471

    Thank you Jordan and thank you very much for your [nolink] !

    #1074560

    Hi,

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Enfold theme, add phone number and address in header’ is closed to new replies.