Mixfolio problem

  • The front page of the Mixfolio theme presents a grid to showcase a given list of work. For some reason three of the grid boxes on my front page are empty, causing my portfolio to take up 2 pages.

    Is there any way to remedy this?

    Thanks in advance!

    The blog I need help with is: (visible only to logged in users)

  • Looks like you have it figured out. If you are still having trouble let me know.

  • Mr Dirby,

    thanks for the reply; it is much appreciated. However, I still haven’t figured out the problem.

    I want to list six pieces of work in my grid. Currently it only shows three; the second and third also appear out of line (too close to each other).

    Is there any way to fix all of this?

    Thanks again,

    Joe.

  • Ok,

    I’m almost there. I figured out a few things.

    The only thing I need is to find a way to restore the space in between the featured images.

    Anyone?

  • The code you used to exclude certain posts from the main page is causing the issue. The theme sets right margins based on the grid location and so some of the ones without right margins (those that would typically be along the right side are now not in that position.

    .home #post-253, .home #post-268, .home #post-99, .home #post-72, .home #post-73, .home #post-74, .home #post-75, .home #post-76, .home #post-77, .home #post-78, .home #post-386, .home #post-425 {
        display: none;
    }

    Add the following and see what you think.

    .column, .columns {
    margin-right: 2.4% !important;
    }
  • Thesacredpath,

    you are single handedly building my site and I thank you very much.

    You’re the man, sir.

    Unfortunately, I’m sure you’ll see me again…

    lol

  • NP and you are welcome.

  • The topic ‘Mixfolio problem’ is closed to new replies.