Tagged: 

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

    Dear Wen theme,

    Is it possible to change the size of the search function and add the search icon and position it on the right of the main menu or as a side bar widget would work best!

    Kind Regards Jen

    #100817
    wensolutions
    Participant

    Hello,

    To add the search bar in your sidebar widget you can simply go to your Admin Dashboard > Appearance > Customize > Widgets > Primary Sidebar > Add A Widget and choose the “Search” Widget.

    You can give a widget title and save your changes to display the Search bar in the Primary Sidebar area.

    Also, if you want to display the current search bar [ currently centered on top of the primary menu ] to the right, you can paste in the following custom CSS in your Admin

    Dashboard > Appearance > Customize > Theme options > Advanced Options > Custom CSS :

    @media (min-width:1025px) {
    .header-top-inner {
    display: block;
    margin-left: 988px;
    }
    }

    This will make the search form align to the right only for the desktop screens.

    Hope this helps,

    Regards,
    wensolutions

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Search icon at top’ is closed to new replies.