Place menu in the center

  • Posted in : Readme
  • Stefanovt
    Participant

    Hi,

    It is possible to change the location of the menu from the left towards the center.

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    @media screen and (min-width: 992px) {
        .site-header { text-align: center; }
        .site-navigation { float: none; }
    }
    
    Stefanovt
    Participant

    @ahmetsali Thank you.
    Is it also possible to center the logo and social widgets in the center?

    http://stefanovantuijl.nl/staging/

    ahmetsali
    Keymaster

    not the social icons but you can easily center the logo with this custom css;

    @media screen and (min-width: 992px) {
        .site-header .site-title {
             display: inline-block; float: none;
             }
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register