Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Pvanania

    (@pvanania)

    Just a followup. It is only when my browser width goes past 1728px wide that this happens. When is is below this width it works properly.

    Thread Starter Pvanania

    (@pvanania)

    Another followup. I changed the max width below to 3000px instead of 1720px. I hope this doesn’t screw anything up. It seems to be working fine now.

    @media only screen and (min-width: 1281px) and (max-width: 3000px) {
    .contain-to-grid {
    padding-top: 0;
    height: auto;
    margin-bottom: 0;
    }

    You can indeed make changes in the CSS to best suit your needs. So far your site looks OK, so your change did work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Orbit Slider Image and Text Centering instead of float left float right’ is closed to new replies.