Home Forums Themes Support TeeSpace Haru Steps section question

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12333
    Cris_W
    Supported

    Hello! How can I change the order of the elements? I want the numbers 1, 2 and 3 and the dotted lines to appear above the images and not below them, in the Desktop and mobile versions. Thank you.

    Attachments:
    You must be logged in to view attached files.
    #12336

    Hi,
    Thanks for contacting us and choosing our product!
    Please try go to Appearance -> Customize -> Additional CSS & add this code:

    .haru-steps.haru-steps--list-4 .haru-steps__content {
      display: flex;
      flex-direction: column;
    }
    
    .haru-steps.haru-steps--list-4 .haru-steps__image {
      order: 2;
    }
    
    .haru-steps.haru-steps--list-4 .haru-steps__info {
      order: 3;
    }
    
    .haru-steps.haru-steps--list-4 .haru-steps__sub-title {
      order: 1;
      margin-bottom: 40px;
      margin-top: 0;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

    #12339
    Cris_W
    Supported

    Hello! Thanks for your quick response! =) Works perfect. Should I also apply it to the child theme?

    #12344

    Hi,
    You can add it to child theme if you want.

    ****
    Regards,
    HaruTheme

    #12350
    Cris_W
    Supported

    Hi! ok, thanks!

    #12366

    Thanks for your feedback!

    ****
    Regards,
    HaruTheme

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.