Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #196570

    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.

    #196969
    This reply has been marked as private.
    #197059

    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

    #197165

    Perfect!!! Thanks again Yigit for your great support…

    Thanks,
    Sean.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Forums Search Input Field & Button Cut Off’ is closed to new replies.