• Hi, I used the portfolio element in my home page with 3 columns and 3 items.
    It looks ok at first, but when I navigate from another page back to the home where the portofolio is, this appears in one column.
    Can someone help me to solve this problem?
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am sorry for the troubles.

    It looks like there is a little bug with the column setting. Indeed, it will be fixed in upcoming version of the theme.

    Meanwhile, you can use this CSS code to manually control the column.

    @media only screen and (min-width: 800px) {
        .elementor-widget-athemes-portfolio-ext .sydney-portfolio-items .sydney-portfolio-item {
          width: calc(33.3333% - var(--st-portfolio-gap));
        }
    }

    Add it to your site’s Additional CSS under Appearance menu > Customize.

    Thread Starter susanna96

    (@susanna961)

    Thanks for the code, but is still not working…
    I’m going to use another widget to present the portfolio since I have to present a proposal to my client.
    Thank you anyway for your precious and constant help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sydney portfolio not working’ is closed to new replies.