Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter dmd54

    (@dmd54)

    ok. tried that, tried everything. don’t think it’s possible to do what i’m trying to do. the slider just will not position properly with the background image.

    thanks for the suggestions.

    Thread Starter dmd54

    (@dmd54)

    All right. I got it. Had to adjust the image by adding a white border, then styled the featured image

    margin: 0 auto;
        max-height: 478px;
        max-width: 920px;
        padding: 0;
        position: relative;
        top: 0;

    …and slider container

    left: 1px;
        margin: 25px auto;
        max-height: 478px;
        max-width: 920px;
        position: relative;

    this allowed me to lose all the padding that was overtaking the image at a mobile screen size.

    Again, thanks for helping out.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘resizing issue’ is closed to new replies.