• Hi, is it possble to swap section parts in contact section, to have contact box section on the left and wpform on the right?

    Thank you,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @vladav

    You can try with this css:

    @media screen and (min-width:576px) {
    #contact .row{
    display: flex;
    flex-direction: row-reverse;
    }
    }

    To play this you can add them to Additional Css of Customize in admin.
    Let me know if you need more help!

    Thread Starter Vladimir

    (@vladav)

    Hi, thank you very much – thats it. Many thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘contact section modify’ is closed to new replies.