Search results displayed under header-right
-
Hi, using Byblos version 2.1 on WP 4.1.1
I made a child template (child folder have just style.css as per WP howto)
Additional plugins:
Private Only v3.5.1 (I don’t want to publish content yet)
List Category Posts v0.56Child style.css contents just with some rules with !important to override defaults.
Detected that search results page are displayed under header-right when at fullscreen.
On small browser windows (or a mobile) it switch to mobile style and it shows ok.Checked this as both Byblos template and child template.
As a workaround I copied search.php to my child folder and edited as this:
@10
<div class="site-content">
with
<div id="content" class="site-content site-content-wrapper">
@11
<div class="col-md-12">
with
<div class="page-content">
Also I override “row” class from 1170px to 100% because px size is not responsible.
Would you check this?
Will affect my child template if you update your code?
Thanks
- The topic ‘Search results displayed under header-right’ is closed to new replies.