• Resolved RamonC

    (@ramonc)


    Hi Guido, the author of this great theme.

    I have a question about the widgets and search widget. Is it possible to have the search bar on top next to the menu (basic)? And can i activate widgets to the right or left? Any help would be good. Thanks in advance.

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    Search on same height as menu is kind of tricky because the layout changes depending on how much menu items you have.

    You can add search bar ABOVE menu like this:

    Open file header and add this above the menu code:

    <div class="search-home">
    <?php get_search_form(); ?>
    </div>

    Open file style and add this:

    .search-home {clear:both; width:450px; margin: 0 auto 0;}
    .search-home input[type="submit"]{background: #333;}
    .search-home input[type="submit"]:hover {background: #f8f8f8; color:#333;}

    You can add widgets on the left and the right, both header and footer have left and right widget area.

    Guido

    Thread Starter RamonC

    (@ramonc)

    Thanks for the reply Guido, i appreciate. The search form worked like a charm. But im having problems putting the widgets to the right, next to the main content instead of above it. Any tips? Im gonna play around a bit more to see what i get.

    Gr

    Theme Author Guido

    (@guido07111975)

    I understand now, but it’s a lot of work to add a sidebar on right- or leftside of the main content area. I creatded this theme to be 1 column..

    Guido

    Theme Author Guido

    (@guido07111975)

    I’m closing this because of no response.

    Guido

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widgets’ is closed to new replies.