I'm wondering how I can move the names of the portfolio items down a bit, to be a little closer to the thumbnail beneath it. For example, in http://www.kriesi.at/themedemo/?theme=angular, moving "Happy holidays!" text down so it's a little closer to the image below, and not centered in the white space above.
Move Portfolio item names down
6 posts from 3 voices-
Posted 3 months ago #
-
Hi joschro,
Try to add this code in Quick CSS or custom.css:
#top .portfolio-title { padding: 20px 30px 10px; }or
#top .portfolio-title { padding: 20px 30px 10px !important; }the first value sets the top padding, the 2nd value sets the left & right padding, the 3rd value is for the bottom value(default is 20px). Just adjust the value, hope this helps.
Regards,
IsmaelPosted 3 months ago # -
Yes, that's great, thanks. Is there a way to move down the horizontal yellow line so that it lines up with the text?
Posted 3 months ago # -
Hey!
Add following code into the quick css field and adjust the top value if necessary:
.title-span { top: 50% !important; }Best regards,
PeterPosted 3 months ago # -
Yes, that did it. Thank you.
Posted 3 months ago # -
Hi joschro,
Glad that Peter helped you. :)
Cheers,
IsmaelPosted 3 months ago #
Reply
You must log in to post.














