Play School Theme – Search Page

Home Forums All Other Themes Play School Theme – Search Page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #129298
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Dear Sir/Madam,

    May i know how can i modify the search page because i do not want the “category” and “Archives ” boxes appeared on search page.

    Beside that how can i change the margin for top bar because it is taking out the space.

    my webpage : http://binhua.edu.my/

    kindly help.

    thank you

    regards,
    Jackie

    #129315
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .search .lay4_wrap { width:70%; float:none; margin:0 auto;}
    .search .lay4 #sidebar {
        display: none;
    }
    .search_term { width:100%; margin-top:10px; padding:2% 2% 0 2%;}

    Regards,
    Dave

    #129352
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Hi Dave,

    How to reduce the topbar height because it taking too much space. kindly advise.

    thank you

    regards,
    Jackie

    #129408
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .search .lay4 {
        padding: 0 0 40px;
    }

    Regards,
    Dave

    #129470
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Hi Dave,

    I do not see any changes.

    I meant not at the search page. At the front page, the topbar height, can i reduce the height?

    thank you

    regards,
    jackie

    #129503
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

    #129558
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Hi dave,

    the URL https://imgur.com/a/CgMjJOv

    how can i reduce the height of the top bar.

    thank you
    regards,
    JaCkie

    #129595
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS

    .head-info-area .left .emltp, .head-info-area .left .phntp { padding:10px 14px;}
    .searchbox { height:36px;}
    .social-icons a:link, .social-icons a:visited, .searchbox-icon, .searchbox-submit { height:37px; line-height:37px;}

    Regards,
    Dave

    #129599
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Hi Dave,

    thanks for the changes, i able to see the height is reduced, but lost the search icon after key in any word.

    https://imgur.com/SR72OiY

    thank you

    regards,
    JaCkie

    #129603
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .searchbox-input { height:37px;}
    .searchbox-icon {
        display: block !important;
    }

    Regards,
    Dave

    #129609
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Hi Dave,

    Awesome, fast response and thanks for your help. it is works.

    regards,
    Jackie

    #129611
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    🙂

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