Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41020
    damjanza
    Member

    I have a website under construction and when I am on my computer is displayed correctly, but when I go to another computer, the head distorted. This happens when the computer uses an older version of IE, or has a smaller screen.
    How To Fix css? that the page will display correctly everywhere.
    my page http://www.slikopleskarstvo-zazijal.com/.
    thanks for the help Greetings.

    #41054
    Sakin
    Keymaster

    @damjanza: It’s problem in all browsers with small screens. I see that you have added custom css but without following responsive design. So, when you change the CSS specially related to width, margin and padding, you need to be careful and write for specific screen sizes. You can see the style in responsive.css for more details.

    The basic mistake like the following css that you have added in “Custom CSS”, where you have added fixed width and margin. Which is good if you are viewing from the screen size higher then 1400px. But for small it will be problem. So, remove those css and it will be fine.

    .container {
      margin: 0 166px;
      position: relative;
      width: 1250px;
      height: auto;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘browser and display flexibility’ is closed to new replies.