Sticky header menu – layout - by sugi1119

This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Olga Barlow

  • Avatar: sugi1119
    sugi1119
    Participant
    August 7, 2016 at 11:03

    Hi

    I use the header menu type: https://www.8theme.com/demo/xstore/typography-page/team-members/?preset=header4
    This header set a logo in the center.

    But when it turns to sticky header, the logo moves to left side.
    Is it possible to place the logo to the center in sticky header menu?

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 8, 2016 at 12:29

    Hello,

    Add the following code in custom CSS (Theme Options > Styling > Custom CSS) or in style.css of child theme.

    
    @media only screen and (min-width:992px){
     .fixed-header .header-logo{
      order:2;
      width: 20%;
      padding-left: 0;
     }
     .fixed-header .header-logo img{
      margin: auto;
     }
     .fixed-header .menu-wrapper{
      order:1;
      width: 40%;
      text-align: left;
     }
     .fixed-header .navbar-header{
      order:3;
      width:40%;
     }
    }

    Regards

    Avatar: sugi1119
    sugi1119
    Participant
    August 8, 2016 at 14:19

    Thank you, Olga!

    Please close the case!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 8, 2016 at 18:27

    You are welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Sticky header menu – layout’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.