Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter rltynexus

    (@rltynexus)

    Thanks gidd,

    I’ve already done this part,

    My Child header.php file calls for the search form and assigns is a style.

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

    In the Child CSS styles the search form to place it in the header.

    .header-search {
        float: right;
        margin-top: 40px;
    
    }
    
    @media (max-width: 650px) {
        .header-search {
            margin-top:5px;
    
            text-align:center;
            float:none;
    
    }

    The form is where I want it, now I just want to make it bigger.

Viewing 1 replies (of 1 total)