• Resolved evadv

    (@evadv)


    hello i found here on this forum the code to change the order of the sections, and it works great on google chrome but it doesn’t work in safari. how come? it is the same css?
    can anyone help?

    the website is https://www.hovawartpup.be

    /* Flexbox container */
    #content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    }

    #latestnews {
    order: 1;
    }

    .separator-one {
    order: 2;
    }

    #focus {
    order: 3;
    }

    #team {
    order: 4;
    }

    #testimonials {
    order: 5;
    }

    .purchase-now {
    order: 6;
    }

    #aboutus {
    order: 7;
    }

    #contact {
    order: 8;
    }

    #footer {
    order: 9;
    }

Viewing 1 replies (of 1 total)
  • Alexandra

    (@alexandrastan001)

    Hello,

    Yes, that custom code will only work for Chrome and for it to work for Safari, it takes bigger changes to make to the theme and unfortunately, the theme doesn’t support this customization and, as much as I would love to help with some custom code, this is beyond the support offered for our products, which consists of bug fixing and theme documentation.

    However, that is an option available for the Pro version of the theme.

    Regards,
    Alexandra

Viewing 1 replies (of 1 total)
  • The topic ‘sections order’ is closed to new replies.