A css code for my portfolio posts please
-
“Hi there! I would like the main text of my portfolio posts to be narrower on my portfolio posts. Could someone write a code to help me to do so? Here’s an example of the wide text: https://fallow.me/portfolio/potatoes/ Thank you so much!”
The blog I need help with is: (visible only to logged in users)
-
-
Give this a try:
@media screen and (min-width: 1020px) { .single-jetpack-portfolio .content-area { width: 70%; margin: 0 auto; } }I put it in a media query so it applies only to larger screens. You can modify the width percentage as you like.
Let me know how it goes.
-
-
My pleasure. I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.
- The topic ‘A css code for my portfolio posts please’ is closed to new replies.