Home Forums Pro Themes Education Hub Pro Resize Search Form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87778
    kuart
    Participant

    Hi,

    First of all, excellence theme!

    How do i resize the search form to be a bit small in width and height? Can it be done using the Additional CSS tool?

    Please help.

    Thanks

    #87780
    wensolutions
    Keymaster

    Hello @kuart,

    Please add below given CSS to resize the search form.

    For this go to Admin Panel > Appearance > Customize > Additional CSS.

    .site-header .search-form {
        max-width: 245px;
    }
    
    .search-form .search-field {
    	padding: 5px 25% 5px 5%;
    }
    
    .search-form .search-submit {
    	font-size: 14px;
    	padding: 6px 15px;
    }

    Hope this helps.

    Regards!!

    #87824
    kuart
    Participant

    Thanks, it’s work!

    Happy new year 2019 to all Wen Solutions team members and all friends out there.

    #87926
    wensolutions
    Keymaster

    Hello @kuart,

    Glad we could help you.

    Let us know if you have any issues further.

    Also, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/education-hub/reviews/

    Also, thank you and would like to wish you a very Happy New Year from our team 🙂 .

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.