Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #282634
    lilleselmer
    Participant

    Hi! Is there a way i can add a space between the items in the portfolio, and in the services section?

    #282636
    lilleselmer
    Participant

    Extra info. I have tried adding “margin” to my custom css, but when adding that, the page will only give me to items on a row with three colums.

    #282701
    Skandha
    Participant

    @lilleselmer: Hello there,
    There already seems to be space between the posts. Can you please elaborate the issue you are having?

    Kind Regards,
    Skandha

    #283171
    lilleselmer
    Participant

    On mobile, the space is good. On PC, in a browser the items are just next to each other, without any space. Both the “services” and “portfolio” section. Can you see the difference? I want the space to be the same on both mobile and computer.

    #283292
    Skandha
    Participant

    @lilleselmer: Hello there,
    For the Services section
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 64em) {
    	#services-section .section-content-wrapper .hentry {
    	    margin: 25px;
    	    width: 28%;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #283460
    lilleselmer
    Participant

    That helped. But now i have a space between the border and the picture in the portfolio section. The services section is now perfect. If we can remove that, we are finaly there (I think) 🙂

    #283528
    Skandha
    Participant

    @lilleselmer: Hello there,
    I am afraid I didn’t understand you. Are you happy withe Services section now or still want some changes to be made?

    Kind Regards,
    Skandha

    #283545
    lilleselmer
    Participant

    The services section is now good. We now need to do the same changes to the portfolio section.

    #285406
    lilleselmer
    Participant

    Any idea on how i can make the portfolio section look the same?

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Space between items in portfolio and services section’ is closed to new replies.