Forums » Customize

Scroll Bar Issue - Help Required

cre8tive
UK
2010-09-01 08:24:43
Permalink Post
 

Dear All..

Wonder if you can help. The following screen shot will display the issue I am having..

http://www.es-images.net/misc/scrollbar001.jpg

The menu navigation on the left has developed a scroll bar when my laptop is on full screen. The issue here is that the scroll bar doesn't actually need to scroll as all the information within my navigation appears to fit inside it.

Why do I have this scroll bar and how do I go about removing it? Please could you guide me in how to remove this left hand navigation scroll bar. Is it to do with padding?

Thanks

lemathieu A
FRANCE
2010-09-01 08:40:21
Permalink Post
 

Hello,
No need to triple post.

Adjust your margins and paddings.

Have a look at the usefull threads next time…

cre8tive
UK
2010-09-01 08:45:38
Permalink Post
 

Hi,

Thanks for the reply, from my css file I have this:

#menu {
width: 265px;
overflow: auto;
top: 0px;
bottom: 0;
    left: 50px;
position: fixed;
height: 100%;
    background-color: #fff;

Would I just have to adjust the height? I thought 100% would sort this?

Thanks

cre8tive
UK
2010-09-01 09:11:00
Permalink Post
 

Ta, figured this out...

Changed the height from fixed to a specific pixel height.

Thanks

Showing 1 - 4 of 4 posts in Forum > Customize > Scroll Bar Issue - Help Required
 

You need to be logged in to post.