• Resolved valdee

    (@valdee)


    Is it possible to align the search box with the menu. I had it working before the last update from Astra, maybe coincidence, not sure.

    Thank you.Screenshot

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    Sure! It looks like there is an extra line height there, but it should be easy to resolve with this custom CSS:

    .widget.AjaxSearchLiteWidget {
        display: flex;
        align-items: center;
    }

    Best,
    Ernest M.

    Thread Starter valdee

    (@valdee)

    Thank you. Great support!!!

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