Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #879896

    Sorry if this has already been discussed but I couldn’t find it anywhere before posting…

    I have created a Portfolio Grid using the preview of the entry using AJAX option. This Portfolio Grid sits inside one half of a Grid Row layout element (1/2 and 1/2).

    The problem I am having is with how this displays on tablets once a portfolio item is clicked to display its content. The text section is all squashed to the right hand side of the gallery. It looks great on larger screens like this but on tablets there just isn’t enough space available. On mobiles it is forced underneath the gallery. Is it possible to also force it underneath on tablets?

    Thanks,
    James.

    #880089

    Hey James,

    Can you post a link of the page mentioned? so we can take a closer look.

    Best regards,
    Nikko

    #880224

    Hey Nikko,

    Thanks for the reply.

    Will post link to dev site below in the private content section.

    #880869

    Hi James,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) {
      #top .av_table_col.first.portfolio-preview-image, 
      #top .portfolio-preview-content {
        width: 100% !important;
        display: block !important;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #882674

    That works!

    Cheers Nikko…

    #883688

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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