Unable to center text and images
-
I’m trying to center each text and button related to each image of this page:
cnorcreative.com/corbyssimasI’m using the following css:
.pt-cv-readmore . btn .btn-success{ display: block; margin: 0 auto; margin-right: auto; top: 50%; transform: translate(0, 300%) } .pt-cv-title{ text-align: center; padding-left: 40px;; /* 2 / top: 50%; / 3 */ transform: translate(0, 300%) } .pt-cv-content{ padding-left: 40px; position: relative; /* 2 / top: 50%; / 3 */ transform: translate(0, 100%) } .pt-cv-meta-fields{ text-align: center; padding-left: 40px; /* 2 / top: 50%; / 3 */ transform: translate(0, 400%) }
I’ve tried also with:
display: block; margin: auto;
with no success.
What am I doing wrong?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Unable to center text and images’ is closed to new replies.