Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #939387

    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!

    • This topic was modified 6 years, 7 months ago by pamacheyon.
    #939617

    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

    #940021

    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.

    #940493

    Hi,

    Please try this as well:

    .page-id-506 .av-large-gap .av-masonry-sort {
        padding-top: 0 !important;
    }

    Best regards,
    Rikard

    #940573

    OK thanks. That didn’t do much more to shrink it. Any other ideas?

    #940961

    Hi,

    Please try this as well:

    .page-id-506 .container_wrap_first main {
        padding-bottom: 0 !important;
    }

    Best regards,
    Rikard

    #941062

    That worked! Thank you so much – you can close the ticket.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Masonry Portfolio – center Title and Excerpt’ is closed to new replies.