Forum Support

Shape 5
March 28, 2024, 06:00:26 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: adjust width  (Read 848 times)
winstart
Jr. Member
**
Offline Offline

Posts: 78



« on: November 04, 2008, 06:58:13 AM »

i want to increase the distance between the left and right pane
can anyone give me a hand, suggestion

Smiley Annelies
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: November 05, 2008, 12:43:06 PM »

Hello Annelies,

Can you explain this a bit more in detail, what do you mean by the left and right pane?
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
winstart
Jr. Member
**
Offline Offline

Posts: 78



« Reply #2 on: November 14, 2008, 12:55:25 AM »

ah sorry
the left one is with 'intro' the right one with 'oplossing'
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #3 on: November 17, 2008, 05:11:52 PM »

Hello,

You can start by decreasing the width in the main body where the intro is.  You'll have to subtract some pixels on the mainbody area in your index.php file.  Look for:

Code:
if (!mosCountModules("left") && !mosCountModules("right")) { $s5_mainbody_width = (($s5_body_width) - 46); }
else if (mosCountModules("left") && !mosCountModules("right")) { $s5_mainbody_width = $s5_body_width - ($s5_left_width + 62);}
else if (!mosCountModules("left") && mosCountModules("right")) { $s5_mainbody_width = $s5_body_width - ($s5_right_width + 62);}
else if (mosCountModules("left") && mosCountModules("right")) { $s5_mainbody_width = $s5_body_width - (($s5_left_width + $s5_right_width) + 78); }

Notice the following line:

else if (mosCountModules("left") && !mosCountModules("right")) { $s5_mainbody_width = $s5_body_width - ($s5_left_width + 62);}

Just add more to the 62 to decrease the main body width.

The open up your template_css.css file and look for:

template_css.css  on line 774

Code:
#s5_rightcolumn {
float:right;
padding-left:5px;
}

Perhaps add some padding as I have done above.

Regards,
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
winstart
Jr. Member
**
Offline Offline

Posts: 78



« Reply #4 on: November 21, 2008, 04:32:57 AM »

need a little bit more help
i did what you said, but doesn't make the gap between the two bigger.
only thing happening by changing the numbers is that right module goes down becaus of lack of space i guess
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #5 on: November 21, 2008, 04:56:11 PM »

Do you have a URL you could post so I can see what else needs to be changed, adjusted?
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
winstart
Jr. Member
**
Offline Offline

Posts: 78



« Reply #6 on: December 02, 2008, 03:00:50 AM »

yep: http://winstart.nl/q2net/index.php
i would like more space between the left (welkom...) and the right (with the pictures)

Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #7 on: December 03, 2008, 12:46:27 AM »

It doesn't appear you've made any edits to the above code I've pasted?  If you aren't sure PM login access.
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
winstart
Jr. Member
**
Offline Offline

Posts: 78



« Reply #8 on: December 04, 2008, 01:51:32 AM »

i did mak the changes and tried with the values different things
but it didn's came out the way i wanted
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #9 on: December 08, 2008, 12:33:23 PM »

Hello,

I've made some changes to the width on your site, is this what you were looking for?
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
winstart
Jr. Member
**
Offline Offline

Posts: 78



« Reply #10 on: December 16, 2008, 10:01:55 AM »

your a wizzard
thnx !!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.