Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 2012
    Posts
    6
    Plugin Contributions
    0

    Default Scroll bar scrolls halfway

    My site is BaseXrc.com


    The problem I am having is when I view the site on a mobile phone or a browser window that has been "restored down" (the button next to minimize), the scroll bar still leaves much of the site on the left and right side unreachable. I would appreciate any help as to how I can fix this.

  2. #2
    Join Date
    Dec 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Scroll bar scrolls halfway

    Ok as of now 1and1 hosting locked my site, I'll let you know when it is unlocked so you can view it and hopefully help my out.

  3. #3
    Join Date
    Dec 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Scroll bar scrolls halfway

    Quote Originally Posted by geostomp View Post
    Ok as of now 1and1 hosting locked my site, I'll let you know when it is unlocked so you can view it and hopefully help my out.
    Ok site back up. Please help

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Scroll bar scrolls halfway

    I'm not sure what you are trying to accomplish with this rule, but it is imposing a bunch of constraints that limit the page's flexibility:

    stylesheet.css, line 1127
    Code:
    /*******************************Layout*****************************/
    #mainWrapper {
    	left:50%;
    	text-align: left;
    	float:left;
    	width: 960px;
    	margin-left:-480px;
    	background:#FFF;
    	-moz-box-shadow: 0 0 1em #EEE;
    	-webkit-box-shadow: 0 0 1em #EEE;
        box-shadow: 0 0 1em #EEE;
    	position:relative;
    	
    	}
    A lot of this is non-standard, and needs to be handled just right to get whatever effect it was intended to achieve.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,884
    Plugin Contributions
    96

    Default Re: Scroll bar scrolls halfway

    I'm guessing that you're trying to center your mainWrapper. If so try these changing this:
    Code:
    /*******************************Layout*****************************/
    #mainWrapper {
    	left:50%;
    	text-align: left;
    	float:left;
    	width: 960px;
    	margin-left:-480px;
    	background:#FFF;
    	-moz-box-shadow: 0 0 1em #EEE;
    	-webkit-box-shadow: 0 0 1em #EEE;
        box-shadow: 0 0 1em #EEE;
    	position:relative;
    	
    	}
    to this:
    Code:
    /*******************************Layout*****************************/
    #mainWrapper {
    	text-align: left;
    	width: 960px;
    	margin: 0 auto;
    	background:#FFF;
    	-moz-box-shadow: 0 0 1em #EEE;
    	-webkit-box-shadow: 0 0 1em #EEE;
        box-shadow: 0 0 1em #EEE;
    	
    	}

  6. #6
    Join Date
    Dec 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Scroll bar scrolls halfway

    Ok I'll try that. The stock Estore Now template demo has the same problem and that is the template I'm using.

  7. #7
    Join Date
    Dec 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Scroll bar scrolls halfway

    Ok I made tat change and the problem persists. I am beginning to think this is a shoty template.

  8. #8
    Join Date
    Dec 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Scroll bar scrolls halfway

    Bought a premo template, fixed the problem, thanks for your reply!!!

 

 

Similar Threads

  1. define pages scroll bar?
    By macbain in forum General Questions
    Replies: 14
    Last Post: 20 May 2011, 03:17 PM
  2. Adding Scroll Bar
    By tjrayner in forum Addon Sideboxes
    Replies: 0
    Last Post: 28 Sep 2010, 11:07 AM
  3. IE Only: Main Navigation bar halfway through header.
    By okpgreg in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Sep 2008, 05:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg