Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1440026

    Hey,
    How can I style the portfolio grid? I need spacing in between the columns and a 3 px border around the images.
    Can you help me?

    #1440087

    Hey spitsdesign,

    Thank you for the inquiry.

    I need spacing in between the columns and a 3 px border around the images.

    You can start with the following css code:

    #top .grid-sort-container {
        display: flex;
    }
    
    #top .no_margin.av_one_third.grid-entry {
        margin-right: 2%;
        width: 30%;
        margin-bottom: 2%;
    }
    

    To apply borders around the entry, add this:

    #top .grid-entry article {
        border: 3px solid red;
    }
    

    Best regards,
    Ismael

    #1440095

    Thank you Ismael. Works like a glove!
    Best regards,
    C

    #1440105

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1440116

    Thank you Rikard. You may close the topic.

    #1440132

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Portfolio grid styling’ is closed to new replies.