• Hi

    I wanted to change the header image and size, which I was able to do through custom CSS coding. However, the main navigation menu is still in the same position. I need to bring the menu down to the bottom of the header.

    Also, I would like to be able to increase the size of the header image (logo). I cannot seem to find that in the style.css file.

    Any help is appreciated. The site is located on a temp location at:

    http://8c1.957.myftpupload.com/wp-admin/about.php

Viewing 1 replies (of 1 total)
  • Insert the below css code.
    To move the navigation below the header image.

    .main-navigation {
        margin-top: 208px !important;
    }

    To increase the logo size.

    .oceanic-header-layout-standard .site-header-left img {
        height: 92px !important;
    }

    Try this, if not work feel free to ask.
    Note: Child theme is recommend to customize theme.
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Relocate Main Navigation’ is closed to new replies.