Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Just like the normal shortcode.
    Examples:

    50% width responsive rignt aligned:
    [wppa type="search" sub="1" root="1" size="0.5" align="right"][/wppa]

    Responsive left alignd, max 300 pixels wide:
    [wppa type="search" sub="1" root="1" size="auto,300" align="left"][/wppa]

    etc.

    Thread Starter goldenmoon

    (@goldenmoon)

    Thanks Jacob for the prompt response.
    The height of the box currently seems to be big compared to the text and other elements. I would like to reduce it a bit.

    Thanks,

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    A link please, than i can tell you what custom css is needed.

    Thread Starter goldenmoon

    (@goldenmoon)

    Hi,

    I tried changing line-height in the style.css
    didn’t make any change

    also checked if wppa-input-search was setting a value but couldnt find anything
    If I am not mistaken the box size is dictated by the font size in the wppa-input box, the current font size is quite large.

    here is the link https://goo.gl/Yiic2w

    • This reply was modified 7 years, 8 months ago by goldenmoon.
    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    The layout is entirely based on the themes css, but you can overrule it as follows:
    Add this in Table IV-A15: custom style

    
    .wppa-search-input {
    padding 1px !important;
    }
    .wppa-search-submit {
    padding-top: 5px !important;
    vertical-align: top !important;
    }
    

    For more theme css related questions: pls ask the theme developer.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search box size’ is closed to new replies.