Okay
  Public Ticket #490385
Responsive view on the portfolio
Closed

Comments

  • Nicolas started the conversation

    Hi,

    We are currently setting the responsiveness for our website but we have some issues with the portfolio page. As you can see (http://responsivetest.net/#u=https://devayant.ch/portfolio/|2048|1536|2) when we want to preview the page from an IPAD landscape view, we have those two blank squares appearing. Now, when we switch in portrait view, everything is working fine.

    Do you have any ideas why it's happening ?

    Thanks in advance

  •  8,987
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
     @media only screen and (max-width: 1300px) and (min-width: 990px) {
        .portfolio-wrap .portfolio-items .elastic-portfolio-item {
            width: 49.8%!important;
        }
    }

    Thanks



    ThemeNectar Support Team 

  • Nicolas replied

    Hi,

    It\'s now working.

    thanks,

    Regards,