• Closed
  • Michael DeVine
    Spectator
    10.04.2017 at 07:35 #33353

    I am wanting to use a full-width layout on my website http://www.michaeldevinecoaching.com with the alora theme. I had to use this code:
    #header-sticky .alora-row, #header-social .alora-row, #header .alora-row, #main .alora-row, .footer-area .alora-row, #sliding-bar .alora-row , #footer .alora-row {
    max-width: 1450px !important;
    }
    .full-width img {
    width: 100% !important;

    To get the layout in full width. It looks great in Chrome but in IE explorer it looks like it is not picking up the custom css that I put in. Do you guys have any suggestions to make IE read the code?