Jump to content

Edit mobile view on Avenue, so index images stack, rather than having 2 side-by-side. Need CSS code.

Recommended Posts

Use this in Custom CSS: 

@media screen and (max-width:750px) {
#projectThumbs .project {
    float: none;
    width: 100% !important;
}
#projectThumbs .project img {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
}
}

Nice to see another site by an Avenue user, like myself

my random views

Edited by derricksrandomviews
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.