I’m having a problem with the css on the forum page…
The input field and the search button should be 100% width of the container which I believe is 3/4… You can see in the example site that the input field and search button appear to be cut off and do not extend the full width of the 3/4 container…
Can you please advise how I go about addressing this??? To clarify I would like the input field and the search button to extend across the 3/4 container 100% as in the demo on Themeforest…
http://www.concept.psynapse.com.au/forums/
Thanks,
Sean.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#bbpress-forums div.bbp-search-form {
float: right;
width: 100%;
}
#bbp-search-form #bbp_search {
width: 75%!important; }
Best regards,
Yigit
Perfect!!! Thanks again Yigit for your great support…
Thanks,
Sean.