• Hi, as per subject, I need to put a submenu after the post title.
    HTML/CSS positioning is not an option, as I need more dynamic heights and positions.
    I tried to search for a solution, but nothing! 🙁
    Would it be possible through php?
    Thanx

Viewing 2 replies - 1 through 2 (of 2 total)
  • html/css can be dynamic….

    If you have no example, no links, no additional description on “dynamic” the forum probably won’t get far.

    Thread Starter mousyhead

    (@mousyhead)

    Yep, sorry…
    Am working on this website http://www.ukeda.org.uk/en/english-courses-schools-of-english/

    I tried to move down the sub menu:
    .subnav {
    position: absolute;
    top: 400px;
    width: 530px;
    left: 60px;
    }

    And gain some space for the post content:
    .entry-content {
    margin-top: 80px;
    }

    The point’s thst the sub menu could take more than one line of items, but the post content block doesnt shift down…
    That’s why I investigate a php solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Insert custom menu after post title’ is closed to new replies.