Viewing 1 replies (of 1 total)
  • Hi Greg,

    The slider looks responsive to me however it’s slightly off-center because of the following css:

    .site-header .widget-area {
    margin-left: 58px;
    }

    Change this to the following for a centered slider:

    .site-header .widget-area {
    margin-left: 0;
    }

    Thanks,
    Dave

Viewing 1 replies (of 1 total)

The topic ‘Meta Slider Not Responsive’ is closed to new replies.