Home › Forums › All Other Themes › Play School Theme – Search Page
- This topic has 11 replies, 2 voices, and was last updated 5 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
August 22, 2019 at 3:08 pm #129298
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,
JackieAugust 23, 2019 at 5:43 am #129315Hi,
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,
DaveAugust 23, 2019 at 2:08 pm #129352Hi Dave,
How to reduce the topbar height because it taking too much space. kindly advise.
thank you
regards,
JackieAugust 26, 2019 at 5:24 am #129408Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.search .lay4 { padding: 0 0 40px; }
Regards,
DaveAugust 26, 2019 at 4:47 pm #129470Hi 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,
jackieAugust 27, 2019 at 6:16 am #129503Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveAugust 27, 2019 at 2:49 pm #129558Hi dave,
the URL https://imgur.com/a/CgMjJOv
how can i reduce the height of the top bar.
thank you
regards,
JaCkieAugust 28, 2019 at 5:35 am #129595Hi,
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,
DaveAugust 28, 2019 at 5:48 am #129599Hi 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,
JaCkieAugust 28, 2019 at 6:00 am #129603Hi,
Kindly use this one
.searchbox-input { height:37px;} .searchbox-icon { display: block !important; }
Regards,
DaveAugust 28, 2019 at 6:33 am #129609Hi Dave,
Awesome, fast response and thanks for your help. it is works.
regards,
JackieAugust 28, 2019 at 6:38 am #129611🙂
-
AuthorPosts
- You must be logged in to reply to this topic.