Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #242504
    Bastien Chilloux
    Participant

    Hi,

    I am trying to get the address info centered as it is the only information I wanna display (no phone number and email address).
    I shows on the left and I want it to be centered.

    How to do this ?

    #242513
    Skandha
    Participant

    @bastienchill: Hello there,
    Please make your site accessible so that I can look into the issue.

    Kind Regards,
    Skandha

    #242519
    Bastien Chilloux
    Participant

    I answered you by email via a screenshot.

    #242587
    Skandha
    Participant

    @bastienchill: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 40em) {
    	.contact-details.layout-three > div {
    		width: 100% !important;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center contact adress info’ is closed to new replies.