• Hello.

    I desperately need some CSS support and the developer has not responded to my email yet. I figured I would come here for help.

    my logo with menu is not aligned center exactly. How can I fix it ? What CSS would help?

    My website is tedmartinez.com . The words Journey and Experience are not perfectly aligned with the logo and the other menu bar. Thanks for the help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Yomo710

    (@yomo710)

    I really need some help with his.

    Those are centered in CSS. The reason they are perceived as not center aligned is the fact that those 2 words are not equal in width (due to different numbers of character), also the logo itself was not center aligned before saved as final png file.

    To fix this, we need to edit and re-save the logo in psd (or whatever image editor used). And adjust those 2 words a little bit.

    Meanwhile, this CSS code will make those 2 words look centered align with the logo. Use it in any of the Custom CSS option available (theme’s option if it has one or use a Custom CSS plugin).

    .menu-item-1594 a { right: -5px; }
    .menu-item-1595 a { left: 13px; }
    Thread Starter Yomo710

    (@yomo710)

    @paulwpxp

    Thank you for your comment, Paul. Sadly, that css did not work to allign the 2 words to the center.

    Try clear browser cache.

    Also, I see 2 set of those CSS, one seems to be from theme option, the other one from Custom CSS plugin, we only need to use one, there is no need to put in more than 1 instance.

    If you mean vertical align center, use this code.

    #header-container div:nth-child(3) { margin-bottom: 20px; margin-top: -10px;
    }
    Thread Starter Yomo710

    (@yomo710)

    @paulwpxp

    I have cleared my Cache, and it is still not working correctly.

    Also, which one should I use? The theme or the plugin?

    Thread Starter Yomo710

    (@yomo710)

    And no, not vertically. I can adjust that via the theme panel, just not the horizontal centering.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Need help centering my menu bars and my logo.’ is closed to new replies.