Could you please help me with adding a search box somewhere around the main nav bar on the homepage? I’m not sure where it would sit better, whether in line with the menu or above it.
Hi, you’ll need to go to the file header.php in the agile folder, and qwhen the div <div class="wrap"> closes, you’ll need to enter the following code:
<div style:"position:absolute; top: 5px; right 5px"> <?php get_search_form(); ?></div>
You’ll have to modify the style in order to your preferences, of course.
Hope that was helpful!
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Agile Theme Support’ is closed to new topics and replies.