Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Thank you for writing in,

    Currently, the theme does not have the full-width slider feature in the free version.
    Please use the following CSS code to make it 100% width of the slider.

    .site-content .banner-header-promo {
        width: 50%;
        float: none;
        margin-top: 20px;
    }
    .site-content .banner-header-promo {
        width: 100%;
        float: none;
        display: block;
    }
    .site-content .banner-header-promo .store-promo-wrap {
        width: 50%;
        display: inline-block;
        float: left;
    } 

    Regards!!

    Thread Starter shridsan2010

    (@shridsan2010)

    thanks for the reply.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Full Width Banner Slider’ is closed to new replies.