• Resolved thisiserinkitch

    (@thisiserinkitch)


    Hi,

    I’m using the static front page layout option for this theme but with the Contact section, I am unable to centre the information. I have deleted the icons so it’s just a postal address and email and phone numbers but without the icons, the information sits to the left. Is there a way of centring this?

    Thanks.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @thisiserinkitch,

    Thank you for your question.

    You can try achieving this 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 {
        width: 50%;
    }
    
    #contact-us .col-sm-5 {
        width: 50%;
    }
    
    #contact-us .col-sm-3 {
        display: none;
    }
    
    #contact-us .section-content .col-sm-4 .contact-us-box .box-right {
        float: right;
    }

    Best regards,
    Vinod Dalvi

    Thread Starter thisiserinkitch

    (@thisiserinkitch)

    It worked! Thank you:)

    You are most welcome here ??

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