Forums

Matching page to different resolution (2 posts)

  1. elleumas
    Member
    Posted 4 years ago #

    Hi, to match my page to the different resolution, which is the better option? setting min.width/max.width or doing a align/float center?

    And also, which part of my css table should I edit to make everything (esp the header) to float center? So what happens is that when someone is on a smaller resolution, it will look full-page while if you have higher resolution, there will be white bars at the side. is the the best way to solve the resolution problem? It should be like yahoo.com in that sense

    site: http://www.alternatesam.com

  2. esmi
    Theme Diva & Forum Moderator
    Posted 4 years ago #

    to match my page to the different resolution, which is the better option?

    Give your content container a percentage width (eg 98%) and use margin:0 auto;

    which part of my css table should I edit to make everything (esp the header) to float center?

    You need to look for the content container in your CSS file(s) and add text-align:center;

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.