• Resolved itsalltech

    (@itsalltech)


    I am currently running the Mystique theme. I have a custom CSS fluid page width set for 86%. However, the search results to not format to this custom CSS fluid page width. Any ideas? Thanks

    itsalltech.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • for some reason, .page-content is nested twice in the search page. see html code from the browser:

    <!-- left+right bottom shadow -->
      <div class="shadow-left page-content main-wrapper">
       <div class="shadow-right">
    
    <!-- main content: primary + sidebar(s) -->
    <div id="shadow-left" class="page-content">
     <div id="shadow-right">
      <div id="main">
       <div id="main-inside" class="clearfix">
    Thread Starter itsalltech

    (@itsalltech)

    The first piece of code is in the header and the second one is in the search.php file.

    make a backup copy of your theme files before editing

    in search.php, try and remove:

    <div id="shadow-left" class="page-content">
     <div id="shadow-right">

    and also towards the end remove the two matching closing divs (there are four of them together, remove two):

    </div>
      </div>

    and see if that changes anything else than your width.

    good lick ??

    Thread Starter itsalltech

    (@itsalltech)

    Thanks, that fixed it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search results not formatting to fluid page width’ is closed to new replies.