Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1430246

    hello

    i have a issue with tab in a ajax portfolio on mobile , the column is not wide enough and the content is not like it should be.
    can you help me to resolve this ?

    #1430792

    Hey mediafacto,

    Thank you for the inquiry.

    The ajax portfolio container doesn’t resize correctly on mobile view because of this css code.

    .page-id-4808 .portfolio-preview-content {
        width: 66.6%;
      }
    

    To fix this, please replace the css with this code.

    @media only screen and (min-width: 989px) {
    
      /* Add your Desktop Styles here */
      .page-id-4808 .portfolio-preview-content {
        width: 66.6%;
      }
    }
    

    Best regards,
    Ismael

    #1430796

    Ha ok !….
    Sorry
    Thnaks à lot !

    #1431354

    Hi,

    No problem! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘ajax portfolio on mobile bigger tab column’ is closed to new replies.