Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #121942
    Jennifer Sims
    Participant

    Dear Support,

    How can I position the search and social icons to the right of the top area and lengthen the search box.

    Kind regards Jen

    #121956
    wensolutions
    Participant

    Hello @jennifer,

    To make the search field longer and shift the Search / social icons to right,you can add the following Custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    @media(min-width:1025px){
    
    #header-search-form {
        min-width: 200px;
    }
    
    .header-top {
        float: right;
    }
    
    }

    Hope this Helps,

    Best Regards !!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Position search function icon to right’ is closed to new replies.