• Resolved merida90

    (@merida90)


    Hi there,
    I am using a Spacious child theme (free) and I am having trouble formatting the header.
    I had to add one menu item to the main navigation. Thus the navigation bar obviously became too long and now the company logo and the search icon are no longer in one line, but have moved down one line. This means that I now have too much white, empty space.

    Everything I found in the forum would delete the complete header-text-nav-container.

    How would I do this?
    Thank you in advance for your help.
    Regards
    Jutta

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter merida90

    (@merida90)

    Solved.
    In customizer – header I chose the second variation which is more compact, but is aligned left.
    As I need alignment right I added the following css to the Additional CSS section:

    .spacious-header-display-four .bottom-menu .main-navigation {
    float: right;
    margin-top: -20px;
    margin-bottom: 10px;
    }`

    Hi @merida90,

    Glad to hear that the issue has been fixed. Let us know of any confusion in the future and we will get back to you.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Spacious child theme – reduce white space’ is closed to new replies.