Loading

Author Topic: Some Changes in BCUTE Theme  (Read 558 times)

freeeadz

  • Newbie
  • *
  • Posts: 42
  • E-Adz
    • E-Adz
    • Email
Some Changes in BCUTE Theme
« on: February 08, 2012, 10:29:55 am »
Dear All Developers,

I am using bCute Theme on my website (www.freeeadz.com).
Now I want to use two side bars one on left and one on right side.....it will look like three columns.

I need help to do so. Please help me out in this regard.

Waiting for positive response,

Regards

Jesse

  • Hero Member
  • *****
  • Posts: 509
  • Out of my mind, back in 5 minutes
    • Nuclear Projects
    • Email
Re: Some Changes in BCUTE Theme
« Reply #1 on: February 08, 2012, 12:22:28 pm »
Generally speaking, this is going to take some work on your part. Firstly, you're going to need to modify your CSS file, style.css. Here, you'll need to adjust parameters such as .container and .containerbg widths to accommodate the width of your new 3rd column (assuming you're not wanting to loose any existing space). Since the background image of the page is designed for the current container width, you'll also need to modify this image to match your new container width.

To create the new column itself, you'll need to add some new CSS code to your style.css file. This may include the style for the <div> tag that will make up your 'column'. You can model this after the existing sidebar code,  .home #sidebar. And instead of align:right, you could use align:left to place the new column on the left side of the screen.

Obviously this will entail some work. It's a lot to simply ask anyone here to do for you, but it will provide you with a good learning experience. Of course, if you're willing to pay for the help, you can place a job ad in the "Jobs" section of this OSClass forum.

Good luck!  :)
Some helpful OSClass pages and customizations I've worked on... http://doc.osclass.org/User:Jesse
Please, no questions via email. Ask them on the forum.