[Support request] Change the order of the sections in mobile

Home Forums Support [Support request] Change the order of the sections in mobile

Home Forums Support Change the order of the sections in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1110621
    Dmitry

    I am using insede_mobile_header hook but the element appears above the mobile header. How can I locate it below the mobile header content?

    Thank You

    #1110647
    David
    Staff
    Customer Support

    Hi there,

    is it the mobile_cta element you want to reposition? If so try this CSS:

    .mobile_cta {
        order: 5;
    }
    #1110900
    Dmitry

    It worked 🙂 Thank you so much!

    #1111051
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.