Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1212411
    #1212956

    Hey MLA18,

    Here are the available header layouts for you to consider:

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

    #1212966

    That response doesn’t answer any of the questions that I asked. Are you saying there is no way to achieve what I am looking for?

    Also, what about getting the logo to remain in the sticky header?

    #1214329

    Hi,

    Sorry for the confusion. You can place the logo at the center by setting the Enfold > Header > Header Layout > Menu and Logo Position settings to the last option. This is going to render the menu above the logo. We can then use the following css to adjust the position of the menu and move it to the right.

    .html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child {
    	float: right;
    }
    

    Add it in the Quick CSS field or the child theme’s style.css file.

    Best regards,
    Ismael

    #1214363

    Thank you, Ismael!

    That is what I was trying to achieve for the main menu. However, I still am not finding any documentation or notes as to how to make the whole header area fully sticky? Right now only the main menu is sticky. I am trying to make the whole header area and centered logo be sticky as well.

    Any advice you could provide would be greatly appreciated.

    Thanks!

    #1216002

    Hi,

    Thank you for the inquiry.

    This css code should make the header sticky and add a top margin above the first section.

    .av-section-bottom-logo.header_color + div {
    	margin-top: 88px;
    }
    
    .av-section-bottom-logo.header_color {
    	position: fixed;
    	width: 100%;
    	background: #ffffff;
    	z-index: 1001;
    }

    Best regards,
    Ismael

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