Portfolio: space between thumbnails

Home Forums Porto – Responsive HTML5 Template Portfolio: space between thumbnails

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10004805
    Milli
    Participant

    Hello,

    1. Could You please tell me how to change space between thumbnails in 3-column-portfolio?
    2. How to change page width?

    Thank You,
    Milli


    #10004815
    Support
    Keymaster

    Hello,

    Those settings are pre-defined by the bootstrap core, but you can override some of them:

    1) Add this:
    (css/custom.css)

    @media (min-width: 992px) {
    	.portfolio-list .col-md-4 {
    		padding: 5px;
    		margin-bottom: -30px;
    	}
    }

    2) Add this:
    (css/custom.css)

    @media (min-width: 992px) {
    	.container {
    		width: 1200px;
    	}
    	#header > .container {
    		max-width: 1200px;
    	}
    }

    Let me know if you have any questions.

    Thanks.


    #10004830
    Milli
    Participant

    Thank You 🙂
    It works great! 🙂


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.