Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #864907

    I’m looking to remove the … when I post posts via the Masonry page element. It’s kind of wasted space. What would be the best way to go about this? Thanks for your help friends. <3

    Come to think of it, I’d like to maybe remove that date too. I assume same place? :D

    Sample Image

    • This topic was modified 7 years, 1 month ago by Fraggs.
    #865011

    Hey Fraggs,

    Please provide a link to the site/page in question so we can look into this further. It should be possible to remove via css.

    Best regards,
    Jordan Shannon

    #865062

    Hey Jordan, thanks for the help. I can do the following….

    .av-masonry-entry-title + .av-masonry-entry-content {
        padding-top: 4px;
        visibility: hidden;
    }
    

    But then it just hides it and I still have a large box there. I would like to remove it via code so it’ll shrink that element.

    #865367

    Hi,

    What do you mean by a “large box” can you screenshot it or provide a link to the site/page?

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.