Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-19-2012, 12:12 AM   PM User | #1
pierrelepage
New to the CF scene

 
Join Date: Nov 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
pierrelepage is an unknown quantity at this point
Need help! - Issues with my websites width/size

My website isn't wide enough and currently looks too small on users computer screens.

I was wondering if there is a quick fix to resolve this? I'm not very advanced with coding and only know the very basics. I would really appreciate any advice/instructions. Which files I should be looking at?

Thanks

Last edited by pierrelepage; 11-19-2012 at 12:17 AM..
pierrelepage is offline   Reply With Quote
Old 11-19-2012, 01:03 AM   PM User | #2
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
Can you give us a link to your website?
mlseim is offline   Reply With Quote
Old 11-19-2012, 01:09 AM   PM User | #3
pierrelepage
New to the CF scene

 
Join Date: Nov 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
pierrelepage is an unknown quantity at this point
Quote:
Originally Posted by mlseim View Post
Can you give us a link to your website?
Hi,

My website is: www.studeeze.com/index
pierrelepage is offline   Reply With Quote
Old 11-19-2012, 12:25 PM   PM User | #4
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
In my opinion it looks perfectly fine.

You have to be a little bit careful about expanding it because
it may put too much space between objects on the screen.

You can experiment with some small size changes to see what happens.

In the file called:
http://www.studeeze.com/templates/default/style/main_layout.css

You will see this at the beginning ...

.maincontainer {
width: 800px;
margin: 0 auto;
/* the auto value on the sides, coupled with the width, centers the layout */
}

800 pixels (800px) is the width of the main container.
Try changing that to 960px; and see what happens.

I didn't look far enough to see if all other sections will expand by percent.
But just that small change might make it look better to you.


.
mlseim is offline   Reply With Quote
Users who have thanked mlseim for this post:
pierrelepage (11-21-2012)
Old 12-02-2012, 09:06 PM   PM User | #5
pierrelepage
New to the CF scene

 
Join Date: Nov 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
pierrelepage is an unknown quantity at this point
Huge thanks for your help with this. I have successfully managed to adjust my websites width.

There is one issue I have with the navigation bar. I am unsure where my web developers have placed this file. I'm looking to add a "Help" tab to the nav.

Any idea as to whereabouts I would locate the navigation file on my server?

Thanks
pierrelepage is offline   Reply With Quote
Old 12-02-2012, 09:16 PM   PM User | #6
Junsee
New Coder

 
Join Date: Jun 2012
Posts: 42
Thanks: 4
Thanked 5 Times in 5 Posts
Junsee is an unknown quantity at this point
Not 100% certain if its php, but if its js then its probably on each page

PHP Code:
       <nav>
            <
ul>
            <
li class="border_none margin_none child_pad"><a href="http://www.studeeze.com/offers/" >Offers</span></a></li>
                <
li class="border_none"><a href="http://www.studeeze.com/student/portfolio/" >CREATE PORTFOLIO</span></a></li>
                <
li><a href="http://www.studeeze.com/search/" >FIND WORK</a></li>
                <
li><a href="http://www.studeeze.com/search/student-search/" >FIND STUDENTS</a></li>
                <
li><a href="http://www.studeeze.com/project/post-joblanding/" class="select">POST A JOB</a></li>
                <
li><a href="http://www.studeeze.com/cms/aboutus/" >ABOUT </a></li>
                <
section class="clear"></section>
            </
ul>
        </
nav
Junsee is offline   Reply With Quote
Users who have thanked Junsee for this post:
pierrelepage (12-02-2012)
Old 12-02-2012, 09:50 PM   PM User | #7
pierrelepage
New to the CF scene

 
Join Date: Nov 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
pierrelepage is an unknown quantity at this point
Thanks for this. Any ideas where I would locate this nav script on my server Junsee? I need to edit it and add another page.
pierrelepage is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:07 PM.


Advertisement
Log in to turn off these ads.