Osclass forums
Support forums => Themes => Repurpose => Topic started by: starwolf on January 15, 2014, 09:07:42 am
-
I can add a left and a right column in repurpose themes?
Thanks
-
not sure if this is a question? but yes if it is ;D
in main.php , or it might have a inc-main.php
-
look at the picture
nr. 1 wider
nr. 2 advertising BOX
nr. 3 advertising BOX
-
what is your url?
-
I am also interested in this mod :)
-
This is down to your styling. You will need to amend you style.css for this to happen
-
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>