Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1150524

    Hi,

    i am using the plugin “events manager” and i want to show my portfolio entries when you click on the event, so i go into the event, i choose “insert page content” and then i choose the portfolio entry. It works fine on dekstop, but it is not responsive.
    It is a bit hard to explain. The portfolio entry works perfectly on any device:

    the exact same content, inserted in an event, is not responsive:

    you see the difference in the link structure, the first one is a portfolio, the second one is an event.

    please see login details in private content

    thank you
    Katharina

    #1150632

    Hey Philipp,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      div .av_one_third {
          width: 100%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.