Site logo

Archived topic

Change the order of the sections in mobile

3 replies · Started by Dmitry on December 21, 2019

Viewing posts 1–4 of 4

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

Hi there,

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

.mobile_cta {
    order: 5;
}

It worked :) Thank you so much!

Glad to be of help

This archived topic is closed to new replies.