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.
Hey James,
Can you post a link of the page mentioned? so we can take a closer look.
Best regards,
Nikko
Hey Nikko,
Thanks for the reply.
Will post link to dev site below in the private content section.
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
That works!
Cheers Nikko…