Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8736911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:24:08+00:00 2026-06-13T10:24:08+00:00

I have develop a website with dimensions base on monitors. When I saw it

  • 0

I have develop a website with dimensions base on monitors.
When I saw it on an Ipad the rigth corner is missing the css colors.
Take a look

enter image description here
Here is the HTML code.

 <div id="nav-top">
        <div class="wrapper">
            <!-- Top Navigation Menu -->
            <ul class="menu-nav-top">
                <li>About</li>
                <li>Contact</li>
            </ul>
            <!-- Top Social Links -->
            <ul class="social-links">
                <li>contact</li>
                <li>Twitter</li>
                <li>Facebook</li>
            </ul>
        </div><!--#wrapper-->
    </div><!--#nav-top-->

    #nav-top {
        background: url("img/bg_body_blue6.png") repeat-x scroll 0 0 transparent;
        height: 36px;
        position: relative;
        z-index: 4;
    }

    .wrapper {
        margin: 0 auto;
        position: relative;
        width: 1146px;
    }

After looking at the source code, I found that since the width of the wrapper is bigger than the safe zone of the ipad (920px),
the ipad only applay the css to the viewable area and the rest wich you need to scroll to see dosn’t have the style.

Is there a way I can fix this (get the css on the non viewable area or the area you need to scroll to see)

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T10:24:10+00:00Added an answer on June 13, 2026 at 10:24 am

    If the problem was that the your site was the wrong size you wouldn’t be able to see the stuff being rendered on the right side at all.

    What are you doing w/ the ULs? is one float left and the other float right? If that is the case then most likely it’s because you’re setting the width on the “wrapper” and not on the “nav-top”.

    if you change it to something like

    #nav-top {
      background: ...;
      height: 36px;
      width: 100%;
      max-width: 1146px;
    }
    
    
    .wrapper {
      display: block;
      width: 100%;
      max-width: 1146px;
    }
    

    it should work okay. Also clearing the floats on the UL’s should fix this problem as well. So adding this to your already existing code

     .wrapper:after {
       content: ' ';
       display: inline-block;
       height: 0px;
       visibility: hidden;
       clear: both;
     }
    

    you should be fine as well.

    I agree with Andy though, you shouldn’t use fixed widths (unless they are design dependent) because it never translates well when going mobile.

    hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been asked to develop a website for the iPad. It's going to have
Hi i have develop and deploy one multilingual (english uk and swedish) website at
We have a web site with domain http://209.59.154.150/~phnxaudi/ ,. To develop this website we
I have been tasked to develop an interactive website using java & mysql: using
I'm developing a website. I have a remote and local copy, and I develop
I have a job to develop a website. My client wants it so that
For a portfolio website, I'll have to develop a visual grid of images. I
I need to develop an international website. Let's say I have a table called
I'm develop a website using ruby on rails. I searched google found a CSS
We are now using Django to develop a multilingual website. We have different language

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.