Archived topic
no search button on search
10 replies · Started by johnzoro on August 10, 2022
why is there no search button (usually a magnifying glass)
also why does the search go above the logo when it should be below it?
Hi there,
You are using a search widget, it's not controlled by the theme.
Can you check the setting within that search widget?
To re-order the logo and header widget, try this CSS:
@media (max-width: 768px) {
.site-logo {
order: -1;
}
.inside-header.grid-container.grid-parent {
display: flex;
flex-direction: column;
}
}
yeah i'm not sure that's right
basically I have another website where the search looks fine and it has a button
I would like my original site to look similar to this one
i'm still having issues with this
Hi there,
Are you using the block widget areas ? And if so adding a Search Block to the widget area? ( Not a Search Widget )
I'm not sure
Provide us an Admin Login and we can take a look :)
ok
Ok, the extremebug site i assume was an older site. In Customizer > General, you would need to set the Structure to Flexbox and the Icons to SVG.
Then that site will use the latest Search form style that the other site is displaying.
David does it once again.
Thanks!
Glad to be of help!