Hi,
I have 2 modules at Page https://j4arcstnprj2o24.tasteandtrust.in/contact-us , modules are;

  1. Name: Get In Touch, Type: Custom, Position: Section 1
  2. Name: Contact Form, Type: Convert Forms, Position: Section 1

My Issue is! How I align Contact Form Module to center of the page ? I tried many positions but unable to put it in center

Please help
regards

6 days later

Hi

You can try this custom css:

#Mod151 #cf_1 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
Write a Reply...
You need to Login to view replies.