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

    I am trying to add a 15px padding similar to the masonry style. You can see the portfolio grid on [REDACTED].

    The code I have attempted so far has been:


    .grid-entry .flex_column .isotope-item .all_sort .no_margin .post-entry .grid-entry-overview .grid-loop-2 .grid-parity-even .3d-design_sort .av_one_fourth .default_av_fullwidth .no_combo {
    padding: 7px !important; }

    Any help is greatly appreciated.

    Thanks!

    • This topic was modified 9 years, 7 months ago by haydaw.
    #428433

    Hi haydaw!

    Try adding this to a codeblock element in the page.

    <style type = "text/css">
    .grid-entry img { padding: 15px !important; }
    </style>

    Cheers!
    Elliott

    #429394

    Thanks! I was able to just put this into quick CSS to make it work.

    Can you help me with removing the borders that are now visible?

    Thanks

    #429818

    Hey!

    Please add following code to Quick CSS as well

    .grid-entry .inner-entry {
      box-shadow: none;
    }

    Regards,
    Yigit

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