Hi,
I’ve set up a portfolio which looks great on desktop but terrible on mobile…
You can see it in the link below.
Could you advise on how to tweak it so it looks great on PC and mobile?
Many thanks!
Hey yoshikomorimoto,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi,
Thank you for the info.
You can adjust the minimum height of the horizontal gallery items with css. Please add this code in the Quick CSS field or the style.css file.
@media only screen and (max-width: 767px) {
.responsive .av-horizontal-gallery-inner {
position: static;
min-height: 389px;
}
}
Best regards,
Ismael
