Advertisement:

Author Topic: [Solved]search side bar at right hand side  (Read 936 times)

thiru_ch

  • Jr. Member
  • **
  • Posts: 75
[Solved]search side bar at right hand side
« on: May 09, 2015, 09:32:00 pm »
Hi,
I am using Bender theme, I want to display the left side bar at right hand side in all pages Please help me.
...
Thiru
« Last Edit: May 11, 2015, 08:53:27 pm by thiru_ch »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: search side bar at right hand side
« Reply #1 on: May 09, 2015, 09:51:39 pm »
Hi,

Look in your bender/css/main.css for this:

Code: [Select]
body.search #sidebar,body.user #sidebar{float:left;width:210px}body.search #main,body.user #main{float:right;width:728px}
Replace it with:

Code: [Select]
body.search #sidebar,body.user #sidebar{float:right;width:210px}body.search #main,body.user #main{float:left;width:728px}
Regards

thiru_ch

  • Jr. Member
  • **
  • Posts: 75
search side bar at right hand side
« Reply #2 on: May 10, 2015, 05:06:16 pm »
Thank you Very much it working.
And I have another problem.
I want to place the the marked area in the picture just below the search options.
Please help me
« Last Edit: May 10, 2015, 05:08:54 pm by thiru_ch »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: search side bar at right hand side
« Reply #3 on: May 10, 2015, 05:41:34 pm »
You're welcome. :) One subject per thread though, for the sake of clarity. Please add "[SOLVED]" to the title of this thread (editing your first message) and open a new thread, I'll help you there.

Regards

thiru_ch

  • Jr. Member
  • **
  • Posts: 75
[solved]search side bar at right hand side
« Reply #4 on: May 11, 2015, 08:52:56 pm »
Thank you for your help.