• Resolved andy-hawkins

    (@andy-hawkins)


    Hi

    I’m using WordPress version 2.9.2 and WP Core Theme. I have some alignment problems regarding Subnavmenu at the top. It is rendering very well in both Firefox and IE, but when it comes to Google Chrome browser it seems to stay in the bottom in which I don’t want.

    Here is a screenshot:

    https://i41.tinypic.com/nxj6a1.jpg

    This is the css code for subnavbar:
    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    .. and this is my website: https://unitedblogarticles.com/

    Hope anyone can help me out ??

    Thanks in advance

    /Andy Hawkins

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter andy-hawkins

    (@andy-hawkins)

    Anyone that can help me with this?

    I’m sorry but it is beyond the scope of these forums to teach basic CSS. Try asking on a general CSS forum. I’d also recommend using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter andy-hawkins

    (@andy-hawkins)

    esmi

    You’re correct, it is a css problem. But the reason why I post it here was because I thought it also was a WordPress Core Theme issue. However I found the solution if someone is interested:

    In style.css (WP Core Theme) I found this section:

    #subnav li a, #subnav li a:link, #subnav li a:visited

    and I saw that it had display: block activated

    Because of that it showed up wrong in Chrome and Safari but correct in Firefox and IE. I deactivated the display:block and now the links shows up correctly in all the browsers.

    Have a nice day ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Subnavbar Alignment problem in Google Chrome using WP Core Theme’ is closed to new replies.