| User | Post |
|
10:28 pm 23 Jul 2008
| irfan
Guest
| | | |
|
| |
|
|
Hi ,
firstly thanks for awesome forum app
i m using Design Disease's Gossip city theme,
how can i fit this forum to this page.
http://www.n-gageturkiye.com/?page_id=50
i deleted column 2 and 3. but again disappeared. How can i do this. Can someone paste the codes please?
Thanks.
|
|
|
|
|
You are constrained by a div called SCS in your theme stylesheet:
.SCS { width: 455px; float: left; padding: 0px 0px 20px 0px;}
which, as you can see, is setting the width to 455 pixels.
|
|
|
11:02 pm 23 Jul 2008
| irfan
Guest
| | | |
|
| |
|
|
Thanks
but now a little bit wide
here my codes
<?php get_header(); ?> <div id=”content” class=”fullwidth”>
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></a></h1> <?php the_content(”<p>__('Read the rest of this page »')</p>”); ?> <?php endwhile; endif; ?> </div> <!– End SC –> <?php /* Template Name: forum */ ?>
</div>
<?php get_footer(); ?>
|
|
|
11:15 pm 23 Jul 2008
| irfan
Guest
| | | |
|
| |
|
|
Thanks anyway, i fix it i added new code to style file. everything is fine right now
|
|
|
|
|
And that's the way to handle it. Good to hear.
|
|