Forget my previous comment, was probably a strange browser cache issue.
But the question before still remains. The text and image is aligned to the left like the attachment I have in my previous comment. How to make them centered?
I have the following css so far:
.home #footer{
display:none !important;
}
.testimonial-text.text-large > p {
font-size: 20px;
}
#breadcrumbs {
display: none;
}
.heading-text, #breadcrumbs{
display:none !important;
}
.single-portfolio-split figure.media-wrap img {
width: auto!important;
}
.single-portfolio figure.media-wrap{
width:56% !important;
}
.single-portfolio .page-content{
width:44% !important;
}