Problem with portfolio

1 reply · opened Sep 2, 2018

DdimmiselSep 2, 2018

Hello guys.

I really appreciate your job and really like your theme.

I have a problem with the portfolio instead. You can find this here:
https://www.dicha.gr/en/projects/

As you can see, the last portfolio item go to last column instead of center column. The same happens to second row too. The item that is in center is 6th in order and for a strange reason it is going in center. The first problem is this one as you can see I cannot have, for example, 8 items in my portfolio.

The second problem is that in "AISV", the center portfolio item in center of 2nd row, is a bit bigger and 1 pixel more down that others. You can see that in code too. This is happening from this CSS code

element.style {
    position: absolute;
    left: 634px;
    top: 561px;
}

But this code it is not from me, but it seems to generated via javascript. The other items in the same row, they have this code:

element.style {
    position: absolute;
    left: 1268px;
    top: 560px;
}

Thanks for your help and your time!

SSemicolon WebSTAFFSep 7, 2018

Hello,

The Custom Styles for the Portfolio Grid is generated by the IsoTope jQuery Plugin which powers the Portfolio. The mis-alignment of your Portfolio Items is related to the irregular Image Sizes of your Portfolio Items. To make sure that the Portfolio Items are perfectly aligned with Equal Heights, simply add the data-layout="fitRows" Attribute to the #portfolio Container. Example:

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard