• Resolved philipp.messer

    (@philippmesser)


    Hi, I was wondering whether there is are CSS commands to change the width of the menu bar on the left side and the size of the header image. Any help on this would be greatly appreciated. Thanks, Philipp

Viewing 1 replies (of 1 total)
  • Thread Starter philipp.messer

    (@philippmesser)

    No worries, I solved it. This is how you can adjust the size of the header:

    .custom-header .site-branding {
    background-color: transparent;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    height: 180px;
    width: auto;
    }

    And this is how you can adjust the width of the menu and widget area on the right:

    .menu li {
    margin-left: 50px;
    width: 170px;
    height: 40px;
    font-size: 16px;
    }

    .side-widget-area {
    padding-left: 50px;
    width: 170px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changing menu width and header size’ is closed to new replies.