Portfolio on 3 columns

Homepage Community Forums Epik Theme Support Portfolio on 3 columns

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5397
    ismamartinez
    Customer

      Hi,
      Loving your epik theme!!!
      I wonder how can I set up the portfolio to show items on 3 columns instead of 4.
      Thanks!
      Isma

      #5402
      Eric
      Customer

        In your css file, take a look for something like this around line 1722 –

        #content .portfolio {
            float: left;
            margin: 0 2% 40px 0 !important;
            overflow: hidden;
            padding: 0;
            width: 23%;
        }

        and change the width to around 30% or so until you get the size you want.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5407
        ismamartinez
        Customer

          That’s perfect Eric, but the images remain the same size than before. How could I make them resize to fit in the new box size.
          Thanks!

          #5409
          Eric
          Customer

            Change this in your functions.php file under the image size section. Then you may want to use the Regenerate Thumbnails plugin to adjust all of your images.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #5410
            ismamartinez
            Customer

              And images 4 and 5 aren’t together as you can see on this image:

              #5412
              Eric
              Customer

                Since you’re using 3 in a row, look in your portfolio file and change the “$loop_counter == 3” to 2 instead of 3. That will add a clear: both after the 3rd post instead of the 4th.

                You also may need to add a min-height to the same code referenced above.


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                #5413
                ismamartinez
                Customer

                  Great! Thanks Eric!!!

                  #5415
                  Eric
                  Customer

                    You’re Welcome


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘Portfolio on 3 columns’ is closed to new replies.