Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #787118

    Hi, I need to “separate” each element by 15px in the portfolio grid when I select the 1 column layout special view (not the deafault layout).

    How I can accomplish this? I saw in the code inspection panel (chrome) that the elements main cointainer had a well-defined size in px, I suppose that this fact it’s based on number of elements. If I try to add margin-top in custom css section for any of the class declared in a element div nothing happened.

    Thank you very much.

    P.s.: In the Private Content I wrote you the link of the page where I have the grid portfolio gallery.

    Best regard,
    Dionisio

    #787570

    Hey Level777,

    Thank you for using Enfold.

    Please add this code in the Quick CSS field.

    .with-excerpt-container .grid-entry {
        text-align: center;
        margin-bottom: 15px;
    }

    Best regards,
    Ismael

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