Hi,
I cannot get (I have tried for 2 days) to figure out why my news posts and portfolio posts images will not center.
I have added Global CSS as follows;
}
@media (min-width: 768px) {
.single-x-portfolio .entry-featured {
max-width: 50%;
position: center !important;
}
}
.entry-thumb {
display: block;
position: center !important;
background-color: #fff;
transform: translate(0);
}
.single-post .entry-featured {
max-width: 800px !important;
margin: 0 auto;
position: center !important;
}
form.post-password-form {
width: 88%;
max-width: 1200px;
margin: 50px;
font-size: 1.5rem
position: center !important;
}
.post-password-form label, .post-password-form input {
display: inline-block;
font-size: 1.5rem
position: center !important;
}
However when I go to inspect I see two lines scored out;
.entry-thumb {
display: block;
position: center !important; (This is scored out)
background-color: #fff;
transform: translate(0);
@media (min-width: 768px)
project-4/:67
.single-x-portfolio .entry-featured {
- max-width: 50%;
- position: center !important; (This is scored out)
}
My website is https://gareths13.sg-host.com/
It is driving me nuts!!!