Viewing 1 replies (of 1 total)
  • Plugin Support Kris

    (@c0nst)

    Hi @stefansic

    Yes. You can do it by CSS.

    If you use a Pirx (default) FiboSearch bar style:

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    	padding: 6px 24px 6px 48px;
    }
    
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    	top: 13px;
    }

    If you use a Solaris FiboSearch bar style:

    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    	height: 35px;
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

Viewing 1 replies (of 1 total)
  • The topic ‘Chsanging the height to less than 45px’ is closed to new replies.