Hi Kor!
Thank you very much. The CSS did fix some of the fonts, but the page layout is still different.
It looks like there is a different page template being used if search results uses Category search parameter or not? For example there is a 50px padding on both edges of the main div on the problem page. The correct search results layout is full width. Looks like there is a “geodir_full_page clearfix” div missing on the incorrect version.
this is the HTML I was able to find:
Correct search results page layout:
‘<div id=”main” class=”all_colors” data-scroll-offset=”88″>
<div class=”stretch_full container_wrap alternate_color light_bg_color title_container”>
<div class=”geodir_full_page clearfix”>
<div class=”container_wrap container_wrap_first main_color sidebar_right”>
<div class=”container_wrap footer_color” id=”footer”>’
Search Results Page using Category parameter:
‘<div id=”main” class=”all_colors” data-scroll-offset=”88″>
<div class=”stretch_full container_wrap alternate_color light_bg_color title_container”>
<div class=”container”>
<h1 class=”main-title entry-title”>’
I don’t get how adding the category search parameter would possible change search result page template being used.
Thank you in advance for any suggestions or feedback!
Timothy