BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Search box widget submit button layout problem

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #32565
    @lkonti

    Hi,

    I need help to fix this problem.

    https://www.dropbox.com/s/h0st3ch12nbsbdi/search_box_widget.png?dl=0

    I would like to put the button next to the text field, like on the BuddyBoss.com

    Thanks

    Answers

    #32577

    Alyssa
    Participant
    @alyssa-buddyboss

    @lkonti you will need to adjust your padding or margin of the text field to 0 and you may need to use float:left to the sumbit button.

    I’m not certain of this since I would need to see the actual code on page to be 100% sure.

    #32630
    @lkonti

    @tjchester i tried this code in custom.css Global Styles:

    .widget-area .widget_search input[type=text] {
    width: 60%;
    height: 35px;
    /* padding: 0 5%; */
    margin-right: 4px;
    float: left;
    }

    but nothing happend…

    You can see my site here.

    #32635

    Alyssa
    Participant
    @alyssa-buddyboss

    @lkonti can you send me a link to the page in question?

    #32643
    @lkonti
    #32650

    Alyssa
    Participant
    @alyssa-buddyboss

    @lkonti the text area is simply too large and there is padding in the widget itself, this fixes it:
    .widget-area .widget_search input[type=text]{width:50%;}

    #32653
    @lkonti

    @tjchester thanks, it works!

    #32669

    Alyssa
    Participant
    @alyssa-buddyboss

    You’re welcome 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Search box widget submit button layout problem’ is closed to new replies.