• Resolved tayg777

    (@tayg777)


    Looking to move the search bar up to the header. Trying to find where in the css this is located. Any thoughts? Any help would be appreciated

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The site is using edited (custom) version of Twenty Twelve (2012) theme, not Twenty Twenty (2020) theme.

    Use this code in Appearance > Customize > Additional CSS

    
    #searchform {
        position: absolute;
        top: -150px;
        right: 210px;
        background: #1d405e;
        padding: 5px 5px 0;
        margin: 0;
        border-radius: 8px;
    }
    
    

    Please note, the theme in use was customized to be fixed layout (not responsive layout), and it uses absolute position for at least 2 elements in the header already. That’s why the code above works.

    Thread Starter tayg777

    (@tayg777)

    Thank you so much! This was created back in 2012 so just looking for some band aid fixes until we fully upgrade

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the position of the search bar’ is closed to new replies.