• Resolved nkarafo

    (@nkarafo)


    Hello,

    I have spent hours and hours to fix a simple thing and I can’t!
    The site is http://www.ofelos.gr and when I’m searching and the results are shown, my 3rd column is not at the right as it should be.

    The theme by default didn’t have at all the right column when the search results are shown but I add it with the
    <?php include (TEMPLATEPATH . ‘/right_sidebar.php’); ?>

    but it’s not corrent. Is there anything that I can do????

    Thank you for your time!

Viewing 2 replies - 1 through 2 (of 2 total)
  • you probably put that code
    <?php include (TEMPLATEPATH . '/right_sidebar.php'); ?>
    into the wrong space; (before the closing of the div #content)
    compare the search.php with the other template (index.php for instance) and check the exact location where the code is in the template where it shows right.

    Thread Starter nkarafo

    (@nkarafo)

    I have tried to put the code in different lines in the code and the result is the same. It’s like it cannot be locked to the right. This is probably due to the main column that is missing. I cannot produce it and I don’t want to be there, that’s why perhaps this causes 3rd column to be “free” and not always to the right. I have tried to change the “float:” from left to right but then the main pages are in very different position and the whole theme is a mess.

    Any other thoughts ??? 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help please with 3 columns and search form’ is closed to new replies.