• Hello, help me.
    On my website there are 3 widgets on the Header:
    – Left Header: Text widget is a table consisting of camera and email address.
    – Center Header: Logo
    – Right Header: Text widget, is also a table similar to widgets on the left. Table consisting of phone and camera.

    But currently Left header is not balanced with the remaining 2 widgets, it is slightly lower down.
    Ask how to let them balance each other?
    Thanks

    • This topic was modified 7 years, 4 months ago by lknhan.
Viewing 3 replies - 1 through 3 (of 3 total)
  • the left header has a padding at the top set to 22px and the right at 10px

    to make them even, add the following code via:

    Dashboard >> Appearance >> Customise >> Additional CSS

    
    .header-left {
        padding-top: 10px;
    }
    
    Thread Starter lknhan

    (@lknhan)

    Thanks judgerookie 🙂
    How can you check it?
    Thanks

    You can use browser inspector (developer tools) to check what each part of the page is doing.

    I usually use Chrome but it should work in all others too.

    If you right click on the page it should give you an option to Inspect.
    Selecting this opens a console where you can find and test.

    If I’ve misunderstood your question, please advise.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Header widget does not balance horizontally.’ is closed to new replies.