YouTurnProperties Posted March 22, 2021 Posted March 22, 2021 Site URL: https://www.youturnproperties.com/search?q=houses Site URL: https://www.youturnproperties.com/search?q=houses I have been spending days on this so any help is greatly appreciated. The link to my search results page is: houses - (youturnproperties.com) The CSS code is am using is: /* hide description on search page */ div.sqs-search-page-item .sqs-content .sqs-content { display: none; } /* Image size */ .sqs-search-page-item .sqs-main-image-container { width: 100%; } .search-results .search-result{ float: middle; width: 40%; } /* space between search image - title */ div.sqs-search-page-item .sqs-main-image-container { margin-bottom: 20px !important; } Now I'm sure that I'm doing this incorrectly from my end. When searching for anything on my page, the mobile is completely different from the desktop version and for reference I'm using blog pages. So I'd want to know the CSS codes for: How to make the text/font in the title of my postings appear smaller? They came up way too big on mobile. I don't want to change any other font or size on my site though, only for search results. How to make the text of the title be on the side of the picture INSTEAD of directly under the picture? As it being directly under the picture is causing the title text to stack and look bad. When searching for a result that isn't found', It says "Your Search did not match any documents" I'd rather it just say "No results found." Thanks again,
YouTurnProperties Posted March 23, 2021 Author Posted March 23, 2021 Site URL: https://www.youturnproperties.com/search?q=houses Site URL: https://www.youturnproperties.com/search?q=houses I have been spending days on this so any help is greatly appreciated. Now I'm sure that I'm doing this incorrectly from my end. When searching for anything on my page, the mobile is completely different from the desktop version and for reference I'm using blog pages. So I'd want to know the CSS codes for: How to make the text/font in the title of my postings appear smaller? They came up way too big on mobile. I don't want to change any other font or size on my site though, only for search results. When searching for a result that isn't found', It says "Your Search did not match any documents" I'd rather it just say "No results found." Thanks again,
tuanphan Posted March 24, 2021 Posted March 24, 2021 Q1. Q3. Add to Design > Custom CSS .sqs-search-container-item .sqs-title { font-size: 1.4em; } .sqs-search-page-notice { visibility: hidden; } .sqs-search-page-notice:before { content: "No results found."; visibility: visible; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted March 25, 2021 Posted March 25, 2021 Q1. Q3. Add to Design > Custom CSS .sqs-search-container-item .sqs-title { font-size: 1.4em; } .sqs-search-page-notice { visibility: hidden; } .sqs-search-page-notice:before { content: "No results found."; visibility: visible; } Q2. It looks like you solved? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.