Home Forums Pro Themes Magazine Plus Pro To Display search results page in single layout rather than in 3 column layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #143512
    raheel adnan
    Participant

    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

    #143554
    Psink
    Keymaster

    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

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