• Resolved jmartinez889

    (@jmartinez889)


    I’d like to add a search box, flush right, to my navigation menu. I’m using the Pilcrow theme:

    noparticulartheme.com

    What code do I need to add/edit, and where would I do that? Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • scsmash3r

    (@scsmash3r)

    Heya, jmartinez889.

    Since there is no widget area at that place, where you want your search box to be, source code of template needs to be modified properly. To do that, yo need to have at least basic PHP skills and know basic PHP language structure, etc.

    DXigner Resources

    (@dxigner-resources)

    You may need to play with CSS

    go to style.css at Appearance – Editor
    Add this following script at bottom
    /* Top Search Bar */
    #nav .topsearchbar {
    float: right;
    width: 250px;
    height: 20px;
    }

    then go to Header(header.php) in Editor
    find the script:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    The searchbar should be appeared at the navigation part.

    Hope this helps.

    [sig moderated as per the Forum Rules]

    Thread Starter jmartinez889

    (@jmartinez889)

    That worked! Thanks very much. Is there a way to get it completely flush right? Much, much appreciated!

    Thread Starter jmartinez889

    (@jmartinez889)

    …Never mind, figured it out! Thanks!

    DXigner Resources

    (@dxigner-resources)

    ?? No problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding a search box to Pilcrow's menu’ is closed to new replies.