Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Spacing between panels.

Asked Modified Viewed 1,951 times
R
Rubberman
R
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
asked
Junior Member

good morning,

i would like to know how to decrease the spacing between the panels on the right and left sides. i tried changing the padding in the css, but that didn't seem to do anything and was wondering if it was buried in one of the php files. i'll just say thank you now to anyone that can help me.
0 replies

9 posts

N
noxes
N
noxes 10
noxes connection
-express your mind with imagination -
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

morning..but..here is evening now.. 5.19pm now..huhu


maybe this can help u a bit..

<?php
/*Design by noxes*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

/* Theme Settings */

$body_text = "#000000";
$body_bg = "#c51a1a";
$theme_width = "100%";
$theme_width_l = "200";
$theme_width_r = "200";


open themes folder and themesname folder..
after that theme.php

reedit it like above^^^
Edited by noxes on 03-04-2008 12:35,
0 replies
R
Rubberman
R
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
answered
Junior Member

i'm sorry, i didn't the space left and right, i meant the space between the panels for example in the right side.

for example here Zentrum für Harmonie, (i know the site is in german). on the left side bottom: the space between "kontakt" and the antispam logo, or the the right side: the space between "sendeplan" and the next text.

or here Bewusstseinsschule, on the right side between the "login" button and the line just under it.

these are different panels and i would like to decrease the space between them. it's like 2 or 3 <br> are somewhere when the panels are called to appear.

again i'll say thanks now if someone knows how to get rid of it.
Edited by Rubberman on 03-04-2008 13:20,
0 replies
J
Josso
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Look for the tablebreak() function. ;)
0 replies
R
Rubberman
R
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Josso wrote:
Look for the tablebreak() function. ;)


i found the tablebreak function in my theme.php, and even edited it out, but it didn't change anything. i found the call for a tablebreak in the "side_right.php for example but technically it's an empty call because there is no information in the table data (theme.php). i tried putting a word in the data to see where it would pop up, but nothing. so, basically i'm still a bit lost.
0 replies
R
Rubberman
R
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

TammyK wrote:
Change the margin not the padding.

Are you looking for the spacing between the three columns or between the boxes in the center column?


already set the margins at "0".
take a look here - THIS WEBSITE. in the side_right.php the following panels load:
Webradio Login
Webradio Sendeplan
Kalender

between the login button and the next title "Webradio Sendeplan", there is too much space.
between the sendeplan button and the next text there is also too much space.
this is the space between the panels that i want to get rid of.

at this site THIS WEBSITE, also on the right side between the login button and the Webradio there is the same space.

Thanks again. i hope someone can find this. i'm out of ideas. :o
0 replies
R
Rubberman
R
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
answered
Junior Member

here's more of an idea of what i am talking about. i think you're a bit confused as to what i'm looking for. this has nothing to do with the open and closeside commands. this is the space between the panels when they are called up and placed in the sides. i want to get them closer together and get rid of the space.

rtamer.sytes.net/example.jpg
Edited by Rubberman on 03-04-2008 18:22,
0 replies
R
Rubberman
R
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
answered
Junior Member

I'll go back and look...:)
0 replies
J
Josso
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

But normal the break, is made via tablebreak(). ;)
0 replies
J
Josso
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Not in every theme.

I know a lot of themes that use tablebreak, for both. :)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet