Osclass forums

Support forums => Themes => Repurpose => Topic started by: starwolf on January 15, 2014, 09:07:42 am

Title: add colums?
Post by: starwolf on January 15, 2014, 09:07:42 am
I can add a left and a right column in repurpose themes?

Thanks
Title: Re: add colums?
Post by: design 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
Title: Re: add colums?
Post by: starwolf on January 16, 2014, 07:39:45 am
look at the picture

nr. 1  wider

nr. 2 advertising BOX

nr. 3  advertising BOX
Title: Re: add colums?
Post by: design on January 16, 2014, 07:31:19 pm
what is your url?
Title: Re: add colums?
Post by: volunteer on March 05, 2014, 01:55:36 pm
I am also interested in this mod  :)
Title: Re: add colums?
Post by: aide2001 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
Title: Re: add colums?
Post by: volunteer 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>