I’d like to have the title and excerpt centered in my Masonry Portfolio layout but can’t figure out the code to put into Quick CSS. Am I close?
.av-masonry-content entry-title {
position: center !important;
}
Also if I wanted to italicise the excerpt, can you send that code?
And there seems to be a space above the sorting text of the Masonry portfolio that I can’t get to reduce. Thoughts?
Thanks!
Hey pamacheyon,
Please try the following in Quick CSS under Enfold->General Styling:
.av-masonry-entry-title, .av-masonry-entry-content {
font-style:italic;
text-align:center;
}
Best regards,
Rikard
Great!
Lastly, And there seems to be a space above the sorting text of the Masonry portfolio that I can’t get to reduce. (Link below to screenshot of Published Works page.) I’ve tried reducing padding on the special Header, Separator/Whitespace, and looked for padding on the Masonry Portfolio and no luck. I did this and it reduced it a little but not enough to make it even:
.page-id-506 .av-masonry{
padding-top:0px!important;
}
I also looked through previous support tickets. Thoughts?
Thank you.
Hi,
Please try this as well:
.page-id-506 .av-large-gap .av-masonry-sort {
padding-top: 0 !important;
}
Best regards,
Rikard
OK thanks. That didn’t do much more to shrink it. Any other ideas?
Hi,
Please try this as well:
.page-id-506 .container_wrap_first main {
padding-bottom: 0 !important;
}
Best regards,
Rikard
That worked! Thank you so much – you can close the ticket.