• giddiebob

    (@giddiebob)


    Hi there,

    I’d like to know the custom css for moving the search widget within my home first top sidebar. I want to align it to the right, underneath the tag line.

    This is what I currently have in my css, it allows me to move my logo to where it is now:

    @media screen and (min-width: 550px) {
    #page a.logo-section img {
    position: relative;
    top: -55px;
    left: 245%;
    max-width: 440px;
    }

    If possible could you provide me with the css required and tell me where within or out of the above code it needs to be situated.

    Thanks!

  • The topic ‘Move Search bar within Home First Top Sidebar’ is closed to new replies.