- This topic has 1 reply, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Magazine Plus Pro › To Display search results page in single layout rather than in 3 column layout
Tagged: Search Resuklt page
Dear Theme palace,
Iamd using magazine plus pro theme and would like to remove the extra sidebar layouts (from both left & right side) from the search bar result menu after inputting the search item. I am using the 3 column layout of the theme. After inputting the search , the search query displays the results but with 3 column layout and search result in the middle with empty columns at the side. Could you please provide suggestion to make the search results appear as a whole single layout rather than in 3 column layout
Hello raheel
Please add this CSS in the theme
.search-results #sidebar-primary,
.search-results #sidebar-secondary{
display: none;
}
.search-results #primary,
.search-results .three-columns-enabled #primary {
width: 100%;
}
To add this CSS please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above CSS code then publish and refresh
Hope this helps
have a great day
Regards,
Psink
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



