• Resolved shakv9

    (@shakv9)


    Thank you for your wonderful theme and support.

    topbar’s sub-menu’s sub-menu is slightly misplaced downwards.
    how can i fixed this issue.
    plz help.

    my website. actually m working on it before it goes on real field.

    https://fineblogs.url.ph/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,
    I see you did a lot of CSS modifications in child theme regarding the menu (so you’ve made 2nd level almost unusable – I almost cannot grab it with the mouse ??
    So please try to help yourself (since I see you understand CSS):
    – try changing px size in any line where you corrected margins or padding and see how it behaves.
    Lines like:

    #nav-topbar .nav > li > a { padding-top: 12px; padding-bottom: 12px; }
    #nav-topbar .nav ul { top: 45px; }
    .toggle-search { top: -46px; padding-top: 10px; padding-bottom: 10px; }

    must have influence on whole menus behavior.
    This is just a quick hint – if you don’t succeed, let me know.
    If you do, please mark [resolved]
    Mike

    Thread Starter shakv9

    (@shakv9)

    no its not working……

    i’ve done all that css from your thread references only…like height change of top-bar container, font-color and font size.

    should i delete all css changes on child-theme.
    plz give me the solution to make it do well.
    plz help
    thanks

    No, don’t delete it.
    What I meant – try first increasing or decreasing no of pixels in all “padding” and “margin” statements and see how the menu behaves.
    Or other approach: comment some parts (no need to delete, just put parts of code between /* */ comment markers) one by one and see what happens.
    What do you mean by “no its not working……” – if you change for example

    "padding-top: 10px;"

    to 1 px, or 40 px, something must change on the website.
    Doing this 1 by 1, you will come to conclusion which part is making this misplacement of sub menu.
    I can reproduce this behaviour, but I think it’s more useful if you do it – you will learn something, and spare me some time ??
    Please try again as suggested, and LMK if you solved the issue.
    Mike

    Thread Starter shakv9

    (@shakv9)

    ya thanks, i’ll do that as u said…..

    i’ll mark it resolved as soon as i get done.

    thanks for support.

    Thread Starter shakv9

    (@shakv9)

    it worked just fine….

    thanks a lot for your support & suggestions, it means a lot.

    thanks.

    “No problemo”, glad to help, specially if somebody is ready to learn.
    Old Chinese proverb : “”Give a man a fish and you feed him for a day; teach a man to fish and you feed him for a lifetime”:)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘topbar sub-menu dropdown problem’ is closed to new replies.