Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1327295

    Hi there,

    My client has just noticed something on their live site.

    Portfolio item page, the 2 column layout remains when the content stacks at tablet size?

    #1327297
    This reply has been marked as private.
    #1327528
    Rupok
    Member

    Hi there,

    Thanks for writing in. It seems you have added the below code that’s causing the issue :

    Kindly remove this to get expected result. if you are trying to use this for desktop then update the code to following :

    @media only screen and (min-width: 1024px) {
    .single-x-portfolio .entry-featured, .single-x-portfolio .entry-wrap {
      width: 50%;
    }
    }

    Hope this helps.

    Cheers!

    #1332227

    Fantastic thank you

    #1332246
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1327295 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>