Advertisement:

Author Topic: add colums?  (Read 1838 times)

starwolf

  • Newbie
  • *
  • Posts: 31
add colums?
« on: January 15, 2014, 09:07:42 am »
I can add a left and a right column in repurpose themes?

Thanks

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: add colums?
« Reply #1 on: January 15, 2014, 06:57:35 pm »
not sure if this is a question? but yes if it is  ;D

in main.php , or it might have a inc-main.php

starwolf

  • Newbie
  • *
  • Posts: 31
Re: add colums?
« Reply #2 on: January 16, 2014, 07:39:45 am »
look at the picture

nr. 1  wider

nr. 2 advertising BOX

nr. 3  advertising BOX

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: add colums?
« Reply #3 on: January 16, 2014, 07:31:19 pm »
what is your url?

volunteer

  • Full Member
  • ***
  • Posts: 241
Re: add colums?
« Reply #4 on: March 05, 2014, 01:55:36 pm »
I am also interested in this mod  :)

aide2001

  • Guest
Re: add colums?
« Reply #5 on: March 05, 2014, 02:21:51 pm »
This is down to your styling. You will need to amend you style.css for this to happen

volunteer

  • Full Member
  • ***
  • Posts: 241
Re: add colums?
« Reply #6 on: March 17, 2014, 06:43:36 pm »
open your custom CSS in youtheme/css

and create a new column style .. for example

/* ITEM RIGHT */
div.item-right {width:160px; height:auto; float: right; font-family:"Verdana", Sans-serif; }

here u can choose width/height/  float dont touch it because is already set to be on the right side

then go to your main.php and after <div class="content"> is over </div>

open a new container, in this case the one u just created

<div class="item-right">
bla bla ur text or banners
</div>