Hi – please can you take a quick look at :-
https://jwlhelper.com/forums
A couple of questions please!
[1] The SEARCH button widget (down the right hand side) isn’t aligned properly. I can see that the button id is “bbp_search_submit”, but I can’t seem to find a way to fix it. Is there a simple CSS fix for this?!
[2] Re: the main SEARCH box at the top: is it possible to either (a) add some light gray ‘placeholder’ text e.g. “Enter your search query here” or (b) add a label to the LEFT of the textbox with a prompt?
Many thanks, and congratulations on a superb theme! :-)
Hey hmuscroft,
1. Please try the following in Quick CSS under Enfold->General Styling:
#top #bbp-search-form #bbp_search_submit {
top: 1px;
}
2. I’m not sure which element you mean, the search box in the main menu? If so that already has a placeholder?
Best regards,
Rikard
Thanks Rikard – it’s the widget button which is out of alignment – I’ve managed to sort it myself by hacking around with the CSS :-)