• Hello,

    I am using Illdy and have incorporated several great customisations, thanks to you! But currently the Contact section is not centred. Could you help me fix that? The Contact section heading is centred but not the actual contact details (as you’ll see at the bottom of the website itself in the Contact section). Could you let me know what I can do to centre these details?

    Thank you,

    Erin

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I hope you are well today and thank you for your question.

    You can make it centre aligned by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    #contact-us .col-sm-4 {
        display: none;
    }
    
    #contact-us .col-sm-5 {
        width: 100%;
    }
    
    #contact-us .section-content .contact-us-box .box-right {
        width: 100%;
        display: block;
        text-align: center;
    }

    Best regards,

    Thread Starter thisiserinkitch

    (@thisiserinkitch)

    Thank you. That worked perfectly:)

    You are most welcome here ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact section content not centred’ is closed to new replies.